Home
last modified time | relevance | path

Searched refs:StmtCtx (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp114 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 DParseOpenMP.cpp2278 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 DParseObjc.cpp2733 ParsedStmtContext StmtCtx) { in ParseObjCAtStatement() argument
2770 return handleExprStmt(Res, StmtCtx); in ParseObjCAtStatement()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h430 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 …]