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

References

tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp
  302     ErrorMessage);
  303   EXPECT_EQ(Directory, FoundCommand.Directory) << ErrorMessage;
  304   ASSERT_EQ(4u, FoundCommand.CommandLine.size()) << ErrorMessage;
  306             FoundCommand.CommandLine[0]) << ErrorMessage;
  307   EXPECT_EQ("and", FoundCommand.CommandLine[1]) << ErrorMessage;
  308   EXPECT_EQ("some", FoundCommand.CommandLine[2]) << ErrorMessage;
  309   EXPECT_EQ("arguments", FoundCommand.CommandLine[3]) << ErrorMessage;
  316     ErrorMessage);
  317   EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage;
  318   EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage;