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

References

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp
  281     auto It = Commands.find(removeDots(File));
  282     if (It != Commands.end())
  312       Commands[CanonPath] = std::move(*Cmd);
  314       Commands.erase(CanonPath);
  322     auto It = Commands.find(removeDots(File));
  323     if (It != Commands.end())