Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2286 llvm::SmallString<256> CanonicalPath = in makeCanonicalForLookup() local
2288 if (CanonicalPath.empty()) in makeCanonicalForLookup()
2291 Path.assign(CanonicalPath.begin(), CanonicalPath.end()); in makeCanonicalForLookup()
2297 llvm::SmallString<128> CanonicalPath(Path); in lookupPath() local
2298 if (std::error_code EC = makeCanonicalForLookup(CanonicalPath)) in lookupPath()
2305 sys::path::const_iterator Start = sys::path::begin(CanonicalPath); in lookupPath()
2306 sys::path::const_iterator End = sys::path::end(CanonicalPath); in lookupPath()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp282 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl() local
283 if (getModuleMap().canonicalizeModuleMapPath(CanonicalPath)) in getCachedModuleFileNameImpl()
286 auto Hash = llvm::xxh3_64bits(CanonicalPath.str().lower()); in getCachedModuleFileNameImpl()