Home
last modified time | relevance | path

Searched refs:PathToIntroducingObject (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h512 BasePath PathToIntroducingObject; member
/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3052 if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) { in AddMethods()
3053 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth]; in AddMethods()
3245 PrintBasePath(WhichVFPtr.PathToIntroducingObject, Out); in dumpLayout()
3674 Info->PathToIntroducingObject.clear(); in computeFullPathsForVFTables()
3678 Info->PathToIntroducingObject.push_back(BSO.getBase()); in computeFullPathsForVFTables()
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1719 if (Info.PathToIntroducingObject.empty()) { in emitVTableTypeMetadata()
1726 Info.PathToIntroducingObject.back()); in emitVTableTypeMetadata()
1730 for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) { in emitVTableTypeMetadata()
1731 const CXXRecordDecl *DerivedRD = Info.PathToIntroducingObject[I - 1]; in emitVTableTypeMetadata()
1732 const CXXRecordDecl *BaseRD = Info.PathToIntroducingObject[I]; in emitVTableTypeMetadata()