Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3430 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths() argument
3431 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()
3432 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()
3480 std::list<FullPathTy> &FullPaths) { in selectBestPath() argument
3482 if (FullPaths.empty()) in selectBestPath()
3484 if (FullPaths.size() == 1) in selectBestPath()
3485 return &FullPaths.front(); in selectBestPath()
3490 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()
3545 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()
3553 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local
[all …]