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

References

tools/clang/lib/Sema/SemaExpr.cpp
 2744     assert(QType->isRecordType() && "lookup done with non-record type");
 2746     QualType QRecordType = QualType(QType->getAs<RecordType>(), 0);
 2758         QType = Context.getPointerType(QType);
 2758         QType = Context.getPointerType(QType);
 2759       From = ImpCastExprToType(From, QType, CK_UncheckedDerivedToBase,
 2762       FromType = QType;