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

References

tools/clang/include/clang/Tooling/CompilationDatabase.h
   69            LHS.CommandLine == RHS.CommandLine && LHS.Output == RHS.Output &&
   69            LHS.CommandLine == RHS.CommandLine && LHS.Output == RHS.Output &&
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
   47   EXPECT_EQ(Cmd.Output, "");
tools/clang/tools/extra/clangd/unittests/SerializationTests.cpp
  253   Cmd.Output = "ignored";
  270     EXPECT_NE(SerializedCmd.Output, Cmd.Output);
  270     EXPECT_NE(SerializedCmd.Output, Cmd.Output);
tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp
  141   EXPECT_EQ(Output1, Commands[0].Output) << ErrorMessage;
  146   EXPECT_EQ(Output2, Commands[1].Output) << ErrorMessage;
  832   CCTest.Output = "bonjour.o";