Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseStatementOrDeclaration

44 /// ParseStatementOrDeclaration - Read 'statement' or 'declaration'.
94 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement,
842 R = ParseStatementOrDeclaration(Stmts, false);
2661 StmtResult R = ParseStatementOrDeclaration(Stmts, false);