Searched defs:CompoundStmt (Results 1 – 10 of 10) sorted by relevance
16 class CompoundStmt; variable
135 const CompoundStmt *CompoundStmt) { in visitCompoundStmt()
27 class CompoundStmt; variable
194 CompoundStmt(SMRange location, unsigned numChildren) in CompoundStmt() function
128 friend class CompoundStmt; in alignas() local1420 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() function1440 explicit CompoundStmt(SourceLocation Loc) in CompoundStmt() function
47 class CompoundStmt; variable
56 class CompoundStmt; variable
364 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, in CompoundStmt() function in CompoundStmt
5536 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()5555 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
1847 CompoundStmt, // Also allow '(' compound-statement ')' enumerator