Searched defs:CompoundStmt (Results 1 – 8 of 8) sorted by relevance
33 class CompoundStmt; variable
90 friend class CompoundStmt; in LLVM_ALIGNAS() local550 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function556 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() function
30 class CompoundStmt; variable
34 class CompoundStmt; variable
282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() function in CompoundStmt
3149 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument3165 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
1450 CompoundStmt, // Also allow '(' compound-statement ')' enumerator
995 DECL_VISIT_STMT(CompoundStmt) { in DECL_VISIT_STMT() argument