Searched refs:CanonicalPath (Results 1 – 2 of 2) sorted by relevance
2299 llvm::SmallString<256> CanonicalPath = in makeCanonicalForLookup() local2301 if (CanonicalPath.empty()) in makeCanonicalForLookup()2304 Path.assign(CanonicalPath.begin(), CanonicalPath.end()); in makeCanonicalForLookup()2310 llvm::SmallString<128> CanonicalPath(Path); in lookupPath() local2311 if (std::error_code EC = makeCanonicalForLookup(CanonicalPath)) in lookupPath()2318 sys::path::const_iterator Start = sys::path::begin(CanonicalPath); in lookupPath()2319 sys::path::const_iterator End = sys::path::end(CanonicalPath); in lookupPath()
285 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl() local286 if (getModuleMap().canonicalizeModuleMapPath(CanonicalPath)) in getCachedModuleFileNameImpl()289 auto Hash = llvm::xxh3_64bits(CanonicalPath.str().lower()); in getCachedModuleFileNameImpl()