Searched refs:SpecificPath (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3432 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths() argument 3434 if (&SpecificPath == &OtherPath) in removeRedundantPaths() 3436 if (std::all_of(SpecificPath.begin(), SpecificPath.end(), in removeRedundantPaths() 3491 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath() local 3492 assert(!SpecificPath.empty()); in selectBestPath() 3494 const CXXRecordDecl *TopLevelRD = SpecificPath.begin()->getBase(); in selectBestPath() 3498 getOffsetOfFullPath(Context, TopLevelRD, SpecificPath); in selectBestPath() 3514 if (std::none_of(SpecificPath.begin(), SpecificPath.end(), in selectBestPath() 3529 BestPath = &SpecificPath; in selectBestPath()
|
/external/llvm-project/clang/lib/AST/ |
D | VTableBuilder.cpp | 3452 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths() argument 3454 if (&SpecificPath == &OtherPath) in removeRedundantPaths() 3456 if (llvm::all_of(SpecificPath, [&](const BaseSubobject &BSO) { in removeRedundantPaths() 3511 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath() local 3512 assert(!SpecificPath.empty()); in selectBestPath() 3514 const CXXRecordDecl *TopLevelRD = SpecificPath.begin()->getBase(); in selectBestPath() 3518 getOffsetOfFullPath(Context, TopLevelRD, SpecificPath); in selectBestPath() 3534 if (llvm::none_of(SpecificPath, [&](const BaseSubobject &BSO) { in selectBestPath() 3548 BestPath = &SpecificPath; in selectBestPath()
|