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

References

tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
  185   Sema.expectMatcher("Foo");
  186   Sema.parse(" Foo() # Bar() ");
  187   for (const auto &E : Sema.Errors) {
  191   EXPECT_EQ(1ULL, Sema.Matchers.size());
  193   Sema.parse("Foo(#) ");
  195   EXPECT_EQ("1:4: Error parsing matcher. Found end-of-code while looking for ')'.", Sema.Errors[1]);