Searched refs:SpecificPath (Results 1 – 1 of 1) sorted by relevance
3449 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths() argument3451 if (&SpecificPath == &OtherPath) in removeRedundantPaths()3453 if (llvm::all_of(SpecificPath, [&](const BaseSubobject &BSO) { in removeRedundantPaths()3508 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath() local3509 assert(!SpecificPath.empty()); in selectBestPath()3511 const CXXRecordDecl *TopLevelRD = SpecificPath.begin()->getBase(); in selectBestPath()3515 getOffsetOfFullPath(Context, TopLevelRD, SpecificPath); in selectBestPath()3531 if (llvm::none_of(SpecificPath, [&](const BaseSubobject &BSO) { in selectBestPath()3545 BestPath = &SpecificPath; in selectBestPath()