Home | History | Annotate | Download | only in Parse

Lines Matching refs:Stmts

79 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement) {
211 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
569 if (TopLevelCase.isInvalid()) // No parsed case stmts.
715 StmtVector Stmts(Actions);
746 Stmts.push_back(R.release());
757 ParseMicrosoftIfExistsStatement(Stmts);
763 R = ParseStatementOrDeclaration(Stmts, false);
783 DeclGroupPtrTy Res = ParseDeclaration(Stmts,
805 Stmts.push_back(R.release());
819 move_arg(Stmts), isStmtExpr);
1321 StmtVector Stmts(Actions);
1322 DeclGroupPtrTy DG = ParseSimpleDeclaration(Stmts, Declarator::ForContext,
2134 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) {
2153 StmtResult R = ParseStatementOrDeclaration(Stmts, false);
2155 Stmts.push_back(R.release());