Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseStatementOrDeclaration

31 /// ParseStatementOrDeclaration - Read 'statement' or 'declaration'.
81 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement,
822 R = ParseStatementOrDeclaration(Stmts, false);
2258 StmtResult R = ParseStatementOrDeclaration(Stmts, false);