Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DPathMappingTests.cpp89 llvm::Optional<std::string> MappedPath = doPathMapping(Orig, Dir, *Mappings); in mapsProperly() local
90 std::string Actual = MappedPath ? *MappedPath : Orig.str(); in mapsProperly()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp626 llvm::SmallString<128> MappedPath(R.first); in CanReuse() local
627 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
628 OverriddenAbsPaths.insert(MappedPath); in CanReuse()
645 llvm::SmallString<128> MappedPath(RB.first); in CanReuse() local
646 if (!VFS.makeAbsolute(MappedPath)) in CanReuse()
647 OverriddenAbsPaths.insert(MappedPath); in CanReuse()