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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2708   if (!Ty->isIncompleteType()) {
 2709     Size = CGM.getContext().getTypeSize(Ty);
 2713       switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) {
 2731   llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U);
 2732   if (Ty->isMemberDataPointerType())
 2734         getOrCreateType(Ty->getPointeeType(), U), ClassType, Size, /*Align=*/0,
 2738       Ty->getPointeeType()->getAs<FunctionProtoType>();
 2741           CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()),