Lines Matching refs:FullPaths
3447 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths() argument
3448 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3449 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3497 std::list<FullPathTy> &FullPaths) { in selectBestPath() argument
3499 if (FullPaths.empty()) in selectBestPath()
3501 if (FullPaths.size() == 1) in selectBestPath()
3502 return &FullPaths.front(); in selectBestPath()
3507 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3561 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()
3569 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local
3574 FullPaths); in computeFullPathsForVFTables()
3576 removeRedundantPaths(FullPaths); in computeFullPathsForVFTables()
3579 selectBestPath(Context, RD, *Info, FullPaths)) in computeFullPathsForVFTables()
3582 FullPaths.clear(); in computeFullPathsForVFTables()