Lines Matching refs:Stmts
42 StmtVector Stmts; in ParseStatement() local
44 Stmts, AllowOpenMPStandalone ? ACK_StatementsOpenMPAnyExecutable in ParseStatement()
102 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() argument
114 Stmts, Allowed, TrailingElseLoc, Attrs); in ParseStatementOrDeclaration()
155 Parser::ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts, in ParseStatementOrDeclarationAfterAttributes() argument
288 ParseMicrosoftIfExistsStatement(Stmts); in ParseStatementOrDeclarationAfterAttributes()
376 return ParsePragmaLoopHint(Stmts, Allowed, TrailingElseLoc, Attrs); in ParseStatementOrDeclarationAfterAttributes()
592 StmtVector Stmts; in ParseLabeledStatement() local
598 Stmts, /*Allowed=*/ACK_StatementsOpenMPNonStandalone, nullptr, in ParseLabeledStatement()
946 StmtVector Stmts; in ParseCompoundStatementBody() local
975 Stmts.push_back(R.get()); in ParseCompoundStatementBody()
987 R = ParseStatementOrDeclaration(Stmts, ACK_Any); in ParseCompoundStatementBody()
1029 Stmts.push_back(R.get()); in ParseCompoundStatementBody()
1041 Stmts, isStmtExpr); in ParseCompoundStatementBody()
1905 StmtResult Parser::ParsePragmaLoopHint(StmtVector &Stmts, in ParsePragmaLoopHint() argument
1929 Stmts, Allowed, TrailingElseLoc, Attrs); in ParsePragmaLoopHint()
2183 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) { in ParseMicrosoftIfExistsStatement() argument
2208 Stmts.push_back(DepResult.get()); in ParseMicrosoftIfExistsStatement()
2233 StmtResult R = ParseStatementOrDeclaration(Stmts, ACK_Any); in ParseMicrosoftIfExistsStatement()
2235 Stmts.push_back(R.get()); in ParseMicrosoftIfExistsStatement()