Home | History | Annotate | Download | only in Parse

Lines Matching refs:Stmts

94 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement,
102 StmtResult Res = ParseStatementOrDeclarationAfterAttributes(Stmts,
115 Parser::ParseStatementOrDeclarationAfterAttributes(StmtVector &Stmts,
187 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
596 if (TopLevelCase.isInvalid()) // No parsed case stmts.
794 StmtVector Stmts;
825 Stmts.push_back(R.release());
836 ParseMicrosoftIfExistsStatement(Stmts);
842 R = ParseStatementOrDeclaration(Stmts, false);
862 DeclGroupPtrTy Res = ParseDeclaration(Stmts,
884 Stmts.push_back(R.release());
896 Stmts, isStmtExpr);
1413 StmtVector Stmts;
1414 DeclGroupPtrTy DG = ParseSimpleDeclaration(Stmts, Declarator::ForContext,
2611 void Parser::ParseMicrosoftIfExistsStatement(StmtVector &Stmts) {
2636 Stmts.push_back(DepResult.get());
2661 StmtResult R = ParseStatementOrDeclaration(Stmts, false);
2663 Stmts.push_back(R.release());