Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DPathMappingTests.cpp89 llvm::Optional<std::string> MappedPath = doPathMapping(Orig, Dir, *Mappings); in mapsProperly() local
90 std::string Actual = MappedPath ? *MappedPath : Orig.str(); in mapsProperly()
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp541 llvm::SmallString<128> MappedPath(R.first); in CanReuse() local
542 if (!VFS->makeAbsolute(MappedPath)) in CanReuse()
543 OverriddenAbsPaths.insert(MappedPath); in CanReuse()
560 llvm::SmallString<128> MappedPath(RB.first); in CanReuse() local
561 if (!VFS->makeAbsolute(MappedPath)) in CanReuse()
562 OverriddenAbsPaths.insert(MappedPath); in CanReuse()