Home
last modified time | relevance | path

Searched refs:ParseStatementOrDeclaration (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp41 Res = ParseStatementOrDeclaration(Stmts, StmtCtx, TrailingElseLoc); in ParseStatement()
97 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() function in Parser
996 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::SubStmt); in ConsumeNullStmt()
1102 R = ParseStatementOrDeclaration(Stmts, SubStmtCtx); in ParseCompoundStatementBody()
2556 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::Compound); in ParseMicrosoftIfExistsStatement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2053 StmtResult ParseStatementOrDeclaration(