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

References

tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
  280       ParseWithError("Foo 123"));
  284       ParseWithError("Foo(\"A\" 123)"));
  288       ParseWithError("stmt(someValue)"));
  292       ParseWithError("Foo("));
  294             ParseWithError(""));
  300             ParseWithError("Foo(("));
  301   EXPECT_EQ("1:7: Expected end of code.", ParseWithError("expr()a"));
  303             ParseWithError("isArrow().biind"));
  305             ParseWithError("isArrow().bind"));
  307             ParseWithError("isArrow().bind(foo"));
  309             ParseWithError("isArrow().bind(\"foo\""));
  312             ParseWithError("isArrow().bind(\"foo\")"));
  324             ParseWithError("callee(\"A\")"));