Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp38 ParsedStmtContext StmtCtx) { in ParseStatement() argument
102 ParsedStmtContext StmtCtx, in ParseStatementOrDeclaration() argument
119 Stmts, StmtCtx, TrailingElseLoc, CXX11Attrs, GNUAttrs); in ParseStatementOrDeclaration()
170 StmtVector &Stmts, ParsedStmtContext StmtCtx, in ParseStatementOrDeclarationAfterAttributes() argument
187 return ParseObjCAtStatement(AtLoc, StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
206 return ParseLabeledStatement(Attrs, StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
277 return ParseExprStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
288 return ParseCaseStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
290 return ParseDefaultStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
572 StmtResult R = handleExprStmt(Expr, StmtCtx); in ParseExprStatement()
[all …]
H A DParseOpenMP.cpp2492 ParsedStmtContext StmtCtx, bool ReadDirectiveWithinMetadirective) { in ParseOpenMPDeclarativeOrExecutableDirective() argument
2668 StmtCtx, in ParseOpenMPDeclarativeOrExecutableDirective()
2676 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
2695 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
2775 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
2937 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
H A DParseObjc.cpp2800 ParsedStmtContext StmtCtx) { in ParseObjCAtStatement() argument
2837 return handleExprStmt(Res, StmtCtx); in ParseObjCAtStatement()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h455 StmtResult handleExprStmt(ExprResult E, ParsedStmtContext StmtCtx);
2111 ParsedStmtContext StmtCtx = ParsedStmtContext::SubStmt);
2113 StmtVector &Stmts, ParsedStmtContext StmtCtx,
2116 StmtVector &Stmts, ParsedStmtContext StmtCtx,
2119 StmtResult ParseExprStatement(ParsedStmtContext StmtCtx);
2121 ParsedStmtContext StmtCtx);
2122 StmtResult ParseCaseStatement(ParsedStmtContext StmtCtx,
2125 StmtResult ParseDefaultStatement(ParsedStmtContext StmtCtx);
2149 StmtResult ParsePragmaLoopHint(StmtVector &Stmts, ParsedStmtContext StmtCtx,
2216 ParsedStmtContext StmtCtx);
[all …]