Searched refs:ParsedStmtContext (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 40 ParsedStmtContext StmtCtx) { in ParseStatement() 55 ParsedStmtContext StmtCtx, in ParseStatementOrDeclaration() 85 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseStatementOrDeclaration() 86 ParsedStmtContext{} && in ParseStatementOrDeclaration() 131 StmtVector &Stmts, ParsedStmtContext StmtCtx, in ParseStatementOrDeclarationAfterAttributes() 208 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes() 209 ParsedStmtContext()) && in ParseStatementOrDeclarationAfterAttributes() 514 StmtResult Parser::ParseExprStatement(ParsedStmtContext StmtCtx) { in ParseExprStatement() 682 ParsedStmtContext StmtCtx) { in ParseLabeledStatement() 689 StmtCtx &= ~ParsedStmtContext::AllowStandaloneOpenMPDirectives; in ParseLabeledStatement() [all …]
|
| H A D | ParseOpenMP.cpp | 2256 ParsedStmtContext StmtCtx, OpenMPDirectiveKind DKind, SourceLocation Loc, in ParseOpenMPExecutableDirective() 2270 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPExecutableDirective() 2271 ParsedStmtContext()) { in ParseOpenMPExecutableDirective() 2380 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPExecutableDirective() 2381 ParsedStmtContext()) { in ParseOpenMPExecutableDirective() 2437 ParsedStmtContext StmtCtx, OpenMPDirectiveKind DKind, SourceLocation Loc, in ParseOpenMPInformationalDirective() 2501 ParsedStmtContext StmtCtx, bool ReadDirectiveWithinMetadirective) { in ParseOpenMPDeclarativeOrExecutableDirective() 2717 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective() 2718 ParsedStmtContext()) { in ParseOpenMPDeclarativeOrExecutableDirective() 2736 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective() [all …]
|
| H A D | ParseObjc.cpp | 2477 ParsedStmtContext StmtCtx) { in ParseObjCAtStatement()
|
| H A D | ParseDecl.cpp | 5693 ParsedStmtContext SubStmtCtx = ParsedStmtContext(); in ParseTopLevelStmtDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 5954 enum class ParsedStmtContext; variable 5957 ParsedStmtContext StmtCtx); 6596 ParsedStmtContext StmtCtx, bool ReadDirectiveWithinMetadirective = false); 6606 ParseOpenMPExecutableDirective(ParsedStmtContext StmtCtx, 6618 ParsedStmtContext StmtCtx, OpenMPDirectiveKind DKind, SourceLocation Loc, 7187 enum class ParsedStmtContext { enum 7207 StmtResult handleExprStmt(ExprResult E, ParsedStmtContext StmtCtx); 7216 ParsedStmtContext StmtCtx = ParsedStmtContext::SubStmt); 7270 ParseStatementOrDeclaration(StmtVector &Stmts, ParsedStmtContext StmtCtx, 7274 StmtVector &Stmts, ParsedStmtContext StmtCtx, [all …]
|