reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 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);