Searched refs:StmtCtx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 40 ParsedStmtContext StmtCtx) { in ParseStatement() argument 47 Res = ParseStatementOrDeclaration(Stmts, StmtCtx, TrailingElseLoc); in ParseStatement() 55 ParsedStmtContext StmtCtx, in ParseStatementOrDeclaration() argument 76 Stmts, StmtCtx, TrailingElseLoc, CXX11Attrs, GNUOrMSAttrs); in ParseStatementOrDeclaration() 85 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseStatementOrDeclaration() 131 StmtVector &Stmts, ParsedStmtContext StmtCtx, in ParseStatementOrDeclarationAfterAttributes() argument 148 return ParseObjCAtStatement(AtLoc, StmtCtx); in ParseStatementOrDeclarationAfterAttributes() 167 return ParseLabeledStatement(CXX11Attrs, StmtCtx); in ParseStatementOrDeclarationAfterAttributes() 208 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes() 249 return ParseExprStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes() [all …]
|
| H A D | ParseOpenMP.cpp | 2256 ParsedStmtContext StmtCtx, OpenMPDirectiveKind DKind, SourceLocation Loc, in ParseOpenMPExecutableDirective() argument 2270 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPExecutableDirective() 2380 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPExecutableDirective() 2437 ParsedStmtContext StmtCtx, OpenMPDirectiveKind DKind, SourceLocation Loc, in ParseOpenMPInformationalDirective() argument 2501 ParsedStmtContext StmtCtx, bool ReadDirectiveWithinMetadirective) { in ParseOpenMPDeclarativeOrExecutableDirective() argument 2528 StmtCtx, DKind, Loc, ReadDirectiveWithinMetadirective); in ParseOpenMPDeclarativeOrExecutableDirective() 2700 StmtCtx, in ParseOpenMPDeclarativeOrExecutableDirective() 2717 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective() 2736 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective() 2853 StmtCtx, DKind, Loc, ReadDirectiveWithinMetadirective); in ParseOpenMPDeclarativeOrExecutableDirective()
|
| H A D | ParseObjc.cpp | 2477 ParsedStmtContext StmtCtx) { in ParseObjCAtStatement() argument 2514 return handleExprStmt(Res, StmtCtx); in ParseObjCAtStatement()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 5957 ParsedStmtContext StmtCtx); 6596 ParsedStmtContext StmtCtx, bool ReadDirectiveWithinMetadirective = false); 6606 ParseOpenMPExecutableDirective(ParsedStmtContext StmtCtx, 6618 ParsedStmtContext StmtCtx, OpenMPDirectiveKind DKind, SourceLocation Loc, 7207 StmtResult handleExprStmt(ExprResult E, ParsedStmtContext StmtCtx); 7216 ParsedStmtContext StmtCtx = ParsedStmtContext::SubStmt); 7270 ParseStatementOrDeclaration(StmtVector &Stmts, ParsedStmtContext StmtCtx, 7274 StmtVector &Stmts, ParsedStmtContext StmtCtx, 7279 StmtResult ParseExprStatement(ParsedStmtContext StmtCtx); 7293 ParsedStmtContext StmtCtx); [all …]
|