Searched refs:OtherPath (Results 1 – 2 of 2) sorted by relevance
401 void appendExcludingFirst(const PathType &OtherPath) { in appendExcludingFirst()402 llvm::append_range(Path, llvm::drop_begin(OtherPath)); in appendExcludingFirst()
3548 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths() local3549 if (&SpecificPath == &OtherPath) in removeRedundantPaths()3552 return OtherPath.contains(BSO); in removeRedundantPaths()