Searched defs:CompoundStmt (Results 1 – 8 of 8) sorted by relevance
135 const CompoundStmt *CompoundStmt) { in visitCompoundStmt()
27 class CompoundStmt; variable
126 friend class CompoundStmt; variable1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() function1416 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function
47 class CompoundStmt; variable
57 class CompoundStmt; variable
364 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, SourceLocation LB, in CompoundStmt() function in CompoundStmt
5331 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()5350 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
1827 CompoundStmt, // Also allow '(' compound-statement ')' enumerator