Searched defs:CompoundStmt (Results 1 – 7 of 7) sorted by relevance
16 class CompoundStmt; variable
27 class CompoundStmt; variable
366 CompoundStmt::CompoundStmt(ArrayRef<Stmt *> Stmts, FPOptionsOverride FPFeatures, in CompoundStmt() function in CompoundStmt
5797 AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, in AST_POLYMORPHIC_MATCHER_P()5816 AST_MATCHER_P(CompoundStmt, statementCountIs, unsigned, N) { in AST_MATCHER_P() argument
46 class CompoundStmt; variable
57 class CompoundStmt; variable
1943 CompoundStmt, // Also allow '(' compound-statement ')' enumerator