Searched defs:CompoundStmt (Results 1 – 9 of 9) sorted by relevance
39 class CompoundStmt; variable
33 class CompoundStmt; variable
2520 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument2536 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
135 friend class CompoundStmt; variable557 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function563 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() function
29 class CompoundStmt; variable
995 DECL_VISIT_STMT(CompoundStmt) { in DECL_VISIT_STMT() argument
1391 CompoundStmt, // Also allow '(' compound-statement ')' enumerator
255 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() function in CompoundStmt