Lines Matching refs:Stmts
41 StmtVector Stmts; in ParseStatement() local
42 Res = ParseStatementOrDeclaration(Stmts, true, TrailingElseLoc); in ParseStatement()
98 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement, in ParseStatementOrDeclaration() argument
106 StmtResult Res = ParseStatementOrDeclarationAfterAttributes(Stmts, in ParseStatementOrDeclaration()
148 Parser::ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, in ParseStatementOrDeclarationAfterAttributes() argument
280 ParseMicrosoftIfExistsStatement(Stmts); in ParseStatementOrDeclarationAfterAttributes()
368 return ParsePragmaLoopHint(Stmts, OnlyStatement, TrailingElseLoc, Attrs); in ParseStatementOrDeclarationAfterAttributes()
580 StmtVector Stmts; in ParseLabeledStatement() local
586 Stmts, /*OnlyStmts*/ true, nullptr, TempAttrs); in ParseLabeledStatement()
927 StmtVector Stmts; in ParseCompoundStatementBody() local
956 Stmts.push_back(R.get()); in ParseCompoundStatementBody()
968 R = ParseStatementOrDeclaration(Stmts, false); in ParseCompoundStatementBody()
1010 Stmts.push_back(R.get()); in ParseCompoundStatementBody()
1022 Stmts, isStmtExpr); in ParseCompoundStatementBody()
1864 StmtResult Parser::ParsePragmaLoopHint(StmtVector &Stmts, bool OnlyStatement, in ParsePragmaLoopHint() argument
1887 Stmts, OnlyStatement, TrailingElseLoc, Attrs); in ParsePragmaLoopHint()
2135 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) { in ParseMicrosoftIfExistsStatement() argument
2160 Stmts.push_back(DepResult.get()); in ParseMicrosoftIfExistsStatement()
2185 StmtResult R = ParseStatementOrDeclaration(Stmts, false); in ParseMicrosoftIfExistsStatement()
2187 Stmts.push_back(R.get()); in ParseMicrosoftIfExistsStatement()