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

References

tools/clang/lib/Sema/SemaExpr.cpp
 2686       DestType = Context.getPointerType(DestRecordType);
 2690       DestType = DestRecordType;
 2697     DestType = Method->getThisType();
 2698     DestRecordType = DestType->getPointeeType();
 2705       DestType = DestRecordType;
 2712   if (DestType->isDependentType() || FromType->isDependentType())
 2813   return ImpCastExprToType(From, DestType, CK_UncheckedDerivedToBase,