Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseStatementOrDeclaration

29 /// ParseStatementOrDeclaration - Read 'statement' or 'declaration'.
79 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement,
793 R = ParseStatementOrDeclaration(Stmts, false);
2217 StmtResult R = ParseStatementOrDeclaration(Stmts, false);