Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3448 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths() argument
3450 if (&SpecificPath == &OtherPath) in removeRedundantPaths()
3452 if (llvm::all_of(SpecificPath, [&](const BaseSubobject &BSO) { in removeRedundantPaths()
3507 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath() local
3508 assert(!SpecificPath.empty()); in selectBestPath()
3510 const CXXRecordDecl *TopLevelRD = SpecificPath.begin()->getBase(); in selectBestPath()
3514 getOffsetOfFullPath(Context, TopLevelRD, SpecificPath); in selectBestPath()
3530 if (llvm::none_of(SpecificPath, [&](const BaseSubobject &BSO) { in selectBestPath()
3544 BestPath = &SpecificPath; in selectBestPath()