Searched refs:ParseStatementOrDeclaration (Results 1 – 3 of 3) sorted by relevance
45 Res = ParseStatementOrDeclaration(Stmts, StmtCtx, TrailingElseLoc); in ParseStatement()101 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() function in Parser1130 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::SubStmt); in ConsumeNullStmt()1236 R = ParseStatementOrDeclaration(Stmts, SubStmtCtx); in ParseCompoundStatementBody()2800 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::Compound); in ParseMicrosoftIfExistsStatement()
5586 StmtResult R = ParseStatementOrDeclaration(Stmts, SubStmtCtx); in ParseTopLevelStmtDecl()
2112 StmtResult ParseStatementOrDeclaration(