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

Definitions

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2510 DEF_TRAVERSE_STMT(CompoundLiteralExpr, {
tools/clang/lib/AST/StmtProfile.cpp
 1158 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
tools/clang/lib/Sema/TreeTransform.h
 9921 TreeTransform<Derived>::TransformCompoundLiteralExpr(CompoundLiteralExpr *E) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  834 void ASTStmtWriter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {