Home
last modified time | relevance | path

Searched refs:doPathMapping (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DPathMapping.cpp22 llvm::Optional<std::string> doPathMapping(llvm::StringRef S, in doPathMapping() function
60 doPathMapping(KV.first.str(), Dir, Mappings)) { in applyPathMappings()
75 doPathMapping(*V.getAsString(), Dir, Mappings)) in applyPathMappings()
DPathMapping.h49 llvm::Optional<std::string> doPathMapping(llvm::StringRef S,
/external/llvm-project/clang-tools-extra/clangd/unittests/
DPathMappingTests.cpp89 llvm::Optional<std::string> MappedPath = doPathMapping(Orig, Dir, *Mappings); in mapsProperly()