reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/FS.h
   74 Path removeDots(PathRef File);

References

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp
  175       actOnAllParentDirectories(removeDots(Request.FileName),
  242           GovernedFiles.push_back(removeDots(File));
  281     auto It = Commands.find(removeDots(File));
  308   std::string CanonPath = removeDots(File);
  322     auto It = Commands.find(removeDots(File));