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

References

tools/clang/lib/Sema/SemaExpr.cpp
 7527     if (!(compositeType =
 7531       compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy;
 7533       compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy;
 7542       compositeType = Context.getObjCIdType();
 7544       compositeType = Context.getObjCIdType();
 7555     LHS = ImpCastExprToType(LHS.get(), compositeType, CK_BitCast);
 7556     RHS = ImpCastExprToType(RHS.get(), compositeType, CK_BitCast);
 7557     return compositeType;