Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFS.h75 Path removeDots(PathRef File);
H A DFS.cpp114 Path removeDots(PathRef File) { in removeDots() function
H A DGlobalCompilationDatabase.cpp425 Storage = removeDots(Request.FileName); in lookupCDB()
752 auto It = Commands.find(removeDots(File)); in getCompileCommand()
780 std::string CanonPath = removeDots(File); in setCompileCommand()