Searched defs:CompoundStmt (Results 1 – 9 of 9) sorted by relevance
39 class CompoundStmt; variable
33 class CompoundStmt; variable
135 friend class CompoundStmt; in LLVM_ALIGNAS() local561 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function567 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() function
30 class CompoundStmt; variable
2857 AST_MATCHER_P(CompoundStmt, hasAnySubstatement, in AST_MATCHER_P() argument2873 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
995 DECL_VISIT_STMT(CompoundStmt) { in DECL_VISIT_STMT() argument
1377 CompoundStmt, // Also allow '(' compound-statement ')' enumerator
281 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() function in CompoundStmt