reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8492 QualType RHSType = RHS.get()->getType(); 8511 RHS = ImpCastExprToType(RHS.get(), it->getType(), CK_BitCast); 8511 RHS = ImpCastExprToType(RHS.get(), it->getType(), CK_BitCast); 8516 if (RHS.get()->isNullPointerConstant(Context, 8518 RHS = ImpCastExprToType(RHS.get(), it->getType(), 8518 RHS = ImpCastExprToType(RHS.get(), it->getType(), 8526 if (CheckAssignmentConstraints(it->getType(), RHS, Kind) 8528 RHS = ImpCastExprToType(RHS.get(), it->getType(), Kind); 8528 RHS = ImpCastExprToType(RHS.get(), it->getType(), Kind); 8537 ConstructTransparentUnion(*this, Context, RHS, ArgType, InitField);