Lines Matching refs:FullPaths
3448 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths() argument
3449 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3450 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3498 std::list<FullPathTy> &FullPaths) { in selectBestPath() argument
3500 if (FullPaths.empty()) in selectBestPath()
3502 if (FullPaths.size() == 1) in selectBestPath()
3503 return &FullPaths.front(); in selectBestPath()
3508 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3562 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()
3570 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local
3575 FullPaths); in computeFullPathsForVFTables()
3577 removeRedundantPaths(FullPaths); in computeFullPathsForVFTables()
3580 selectBestPath(Context, RD, *Info, FullPaths)) in computeFullPathsForVFTables()
3583 FullPaths.clear(); in computeFullPathsForVFTables()