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

References

tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
   44   EXPECT_EQ(Cmd.Directory, testPath("foo"));
   45   EXPECT_THAT(Cmd.CommandLine,
   47   EXPECT_EQ(Cmd.Output, "");
   50   Cmd = DB.getFallbackCommand(testPath("foo/bar.h"));
   51   EXPECT_THAT(Cmd.CommandLine,
   54   Cmd = DB.getFallbackCommand(testPath("foo/bar"));
   55   EXPECT_THAT(Cmd.CommandLine,