Searched refs:ParseStatementOrDeclaration (Results 1 – 3 of 3) sorted by relevance
48 Res = ParseStatementOrDeclaration(Stmts, StmtCtx, TrailingElseLoc); in ParseStatement()104 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() function in Parser1142 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::SubStmt); in ConsumeNullStmt()1248 R = ParseStatementOrDeclaration(Stmts, SubStmtCtx); in ParseCompoundStatementBody()2815 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::Compound); in ParseMicrosoftIfExistsStatement()
5971 StmtResult R = ParseStatementOrDeclaration(Stmts, SubStmtCtx); in ParseTopLevelStmtDecl()
2170 StmtResult ParseStatementOrDeclaration(