Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp45 Res = ParseStatementOrDeclaration(Stmts, StmtCtx, TrailingElseLoc); in ParseStatement()
101 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, in ParseStatementOrDeclaration() function in Parser
1130 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::SubStmt); in ConsumeNullStmt()
1236 R = ParseStatementOrDeclaration(Stmts, SubStmtCtx); in ParseCompoundStatementBody()
2800 ParseStatementOrDeclaration(Stmts, ParsedStmtContext::Compound); in ParseMicrosoftIfExistsStatement()
H A DParseDecl.cpp5586 StmtResult R = ParseStatementOrDeclaration(Stmts, SubStmtCtx); in ParseTopLevelStmtDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2112 StmtResult ParseStatementOrDeclaration(