Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.cpp252 std::string CanonicalPath = removeDots(Request.FileName); in lookupCDB()
325 GovernedFiles.push_back(removeDots(File)); in broadcastCDB()
363 auto It = Commands.find(removeDots(File)); in getCompileCommand()
392 std::string CanonPath = removeDots(File); in setCompileCommand()
DFS.h75 Path removeDots(PathRef File);
DFS.cpp114 Path removeDots(PathRef File) { in removeDots() function