Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp3453 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths() local
3454 if (&SpecificPath == &OtherPath) in removeRedundantPaths()
3457 return OtherPath.count(BSO) != 0; in removeRedundantPaths()
/external/clang/lib/AST/
DVTableBuilder.cpp3433 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths() local
3434 if (&SpecificPath == &OtherPath) in removeRedundantPaths()
3438 return OtherPath.count(BSO) != 0; in removeRedundantPaths()