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

Declarations

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.h
   89   CachedCDB &getCDBInDirLocked(PathRef File) const;

References

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp
  170       Entry = &getCDBInDirLocked(*CompileCommandsDir);
  177                                   Entry = &getCDBInDirLocked(Path);
  227         CachedCDB &Entry = getCDBInDirLocked(Path);