Searched refs:SpecificPath (Results 1 – 1 of 1) sorted by relevance
3547 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths() argument3549 if (&SpecificPath == &OtherPath) in removeRedundantPaths()3551 if (llvm::all_of(SpecificPath, [&](const BaseSubobject &BSO) { in removeRedundantPaths()3606 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath() local3607 assert(!SpecificPath.empty()); in selectBestPath()3609 const CXXRecordDecl *TopLevelRD = SpecificPath.begin()->getBase(); in selectBestPath()3613 getOffsetOfFullPath(Context, TopLevelRD, SpecificPath); in selectBestPath()3629 if (llvm::none_of(SpecificPath, [&](const BaseSubobject &BSO) { in selectBestPath()3643 BestPath = &SpecificPath; in selectBestPath()