Searched refs:SpecificPath (Results 1 – 1 of 1) sorted by relevance
3405 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths() argument3407 if (&SpecificPath == &OtherPath) in removeRedundantPaths()3409 if (llvm::all_of(SpecificPath, [&](const BaseSubobject &BSO) { in removeRedundantPaths()3464 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath() local3465 assert(!SpecificPath.empty()); in selectBestPath()3467 const CXXRecordDecl *TopLevelRD = SpecificPath.begin()->getBase(); in selectBestPath()3471 getOffsetOfFullPath(Context, TopLevelRD, SpecificPath); in selectBestPath()3487 if (llvm::none_of(SpecificPath, [&](const BaseSubobject &BSO) { in selectBestPath()3501 BestPath = &SpecificPath; in selectBestPath()