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.cpp2299 llvm::SmallString<256> CanonicalPath = in makeCanonicalForLookup() local
2301 if (CanonicalPath.empty()) in makeCanonicalForLookup()
2304 Path.assign(CanonicalPath.begin(), CanonicalPath.end()); in makeCanonicalForLookup()
2310 llvm::SmallString<128> CanonicalPath(Path); in lookupPath() local
2311 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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp285 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl() local
286 if (getModuleMap().canonicalizeModuleMapPath(CanonicalPath)) in getCachedModuleFileNameImpl()
289 auto Hash = llvm::xxh3_64bits(CanonicalPath.str().lower()); in getCachedModuleFileNameImpl()