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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 2159     compoundLiteralExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  157   REGISTER_MATCHER(compoundLiteralExpr);
tools/clang/unittests/AST/ASTImporterTest.cpp
  539           compoundLiteralExpr(
tools/clang/unittests/AST/SourceLocationTest.cpp
  263                   "int2 i2 = (int2){1, 2};", compoundLiteralExpr()));
  272                   compoundLiteralExpr(), Lang_OpenCL));