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

Overrides

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp
   77 GlobalCompilationDatabase::getFallbackCommand(PathRef File) const {

Declarations

tools/clang/tools/extra/clangd/GlobalCompilationDatabase.h
  133   tooling::CompileCommand getFallbackCommand(PathRef File) const override;

References

tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  107   EXPECT_THAT(CDB.getFallbackCommand(testPath("bar.cc")).CommandLine,
  120   EXPECT_THAT(CDB.getFallbackCommand(testPath("foo.cc")).CommandLine,