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

References

tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
   79   Sema.parse("true");
   80   Sema.parse("false");
   88   Sema.parse("1.0");
   89   Sema.parse("2.0f");
   90   Sema.parse("34.56e-78");
   91   Sema.parse("4.E+6");
   92   Sema.parse("1");
  103   Sema.parse("0");
  104   Sema.parse("123");
  105   Sema.parse("0x1f");
  106   Sema.parse("12345678901");
  107   Sema.parse("1a1");
  118   Sema.parse("\"Foo\"");
  119   Sema.parse("\"\"");
  120   Sema.parse("\"Baz");
  149   Sema.parse(" Foo ( Bar ( 17), Baz( \n \"B A,Z\") ) .bind( \"Yo!\") ");
  186   Sema.parse(" Foo() # Bar() ");
  193   Sema.parse("Foo(#) ");