Home
last modified time | relevance | path

Searched refs:FullPaths (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3453 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3503 if (FullPaths.empty()) in selectBestPath()
3505 if (FullPaths.size() == 1) in selectBestPath()
3506 return &FullPaths.front(); in selectBestPath()
3511 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3565 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()
3573 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local
3578 FullPaths); in computeFullPathsForVFTables()
3580 removeRedundantPaths(FullPaths); in computeFullPathsForVFTables()
3583 selectBestPath(Context, RD, *Info, FullPaths)) in computeFullPathsForVFTables()
[all …]