Searched refs:StmtCtx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 114 Stmts, StmtCtx, TrailingElseLoc, Attrs); in ParseStatementOrDeclaration() 160 StmtVector &Stmts, ParsedStmtContext StmtCtx, in ParseStatementOrDeclarationAfterAttributes() argument 176 return ParseObjCAtStatement(AtLoc, StmtCtx); in ParseStatementOrDeclarationAfterAttributes() 188 return ParseLabeledStatement(Attrs, StmtCtx); in ParseStatementOrDeclarationAfterAttributes() 243 return ParseExprStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes() 253 return ParseCaseStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes() 255 return ParseDefaultStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes() 485 return handleExprStmt(Expr, StmtCtx); in ParseExprStatement() 631 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseLabeledStatement() 667 SubStmt = ParseStatement(nullptr, StmtCtx); in ParseLabeledStatement() [all …]
|
| H A D | ParseOpenMP.cpp | 2278 Parser::ParseOpenMPDeclarativeOrExecutableDirective(ParsedStmtContext StmtCtx) { in ParseOpenMPDeclarativeOrExecutableDirective() argument 2300 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective() 2319 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective() 2398 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective() 2537 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
|
| H A D | ParseObjc.cpp | 2733 ParsedStmtContext StmtCtx) { in ParseObjCAtStatement() argument 2770 return handleExprStmt(Res, StmtCtx); in ParseObjCAtStatement()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 430 StmtResult handleExprStmt(ExprResult E, ParsedStmtContext StmtCtx); 2054 ParsedStmtContext StmtCtx = ParsedStmtContext::SubStmt); 2056 StmtVector &Stmts, ParsedStmtContext StmtCtx, 2060 ParsedStmtContext StmtCtx, 2063 StmtResult ParseExprStatement(ParsedStmtContext StmtCtx); 2065 ParsedStmtContext StmtCtx); 2066 StmtResult ParseCaseStatement(ParsedStmtContext StmtCtx, 2069 StmtResult ParseDefaultStatement(ParsedStmtContext StmtCtx); 2093 ParsedStmtContext StmtCtx, 2160 ParsedStmtContext StmtCtx); [all …]
|