Searched defs:CompoundStmt (Results 1 – 7 of 7) sorted by relevance
33 class CompoundStmt; variable
90 friend class CompoundStmt; in LLVM_ALIGNAS() local562 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function568 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() function
30 class CompoundStmt; variable
36 class CompoundStmt; variable
282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts, in CompoundStmt() function in CompoundStmt
1472 CompoundStmt, // Also allow '(' compound-statement ')' enumerator
3561 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()3579 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument