HomeSort by: relevance | last modified time | path
    Searched refs:PathToIntroducingObject (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 483 BasePath PathToIntroducingObject;
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 2955 if (BaseDepth < WhichVFPtr.PathToIntroducingObject.size()) {
2956 NextBase = WhichVFPtr.PathToIntroducingObject[BaseDepth];
3150 PrintBasePath(WhichVFPtr.PathToIntroducingObject, Out);
3581 Info->PathToIntroducingObject.clear();
3585 Info->PathToIntroducingObject.push_back(BSO.getBase());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 1678 if (Info.PathToIntroducingObject.empty()) {
1685 Info.PathToIntroducingObject.back());
1689 for (unsigned I = Info.PathToIntroducingObject.size() - 1; I != 0; --I) {
1690 const CXXRecordDecl *DerivedRD = Info.PathToIntroducingObject[I - 1];
1691 const CXXRecordDecl *BaseRD = Info.PathToIntroducingObject[I];

Completed in 67 milliseconds