Searched defs:CompoundStatement (Results 1 – 6 of 6) sorted by relevance
347 CompoundStatement() : Statement(NodeKind::CompoundStatement) {} in CompoundStatement() function
534 CompoundStatement::CompoundStatement(Loc loc, Statements *s) in CompoundStatement() function540 CompoundStatement::CompoundStatement(Loc loc, Statement *s1, Statement *s2) in CompoundStatement() function549 CompoundStatement::CompoundStatement(Loc loc, Statement *s1) in CompoundStatement() function
34 class CompoundStatement; variable
20 class CompoundStatement; variable
30 class CompoundStatement; variable