Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp32 ParsedStmtContext StmtCtx) { in ParseStatement() argument
39 Res = ParseStatementOrDeclaration(Stmts, StmtCtx, TrailingElseLoc); in ParseStatement()
96 ParsedStmtContext StmtCtx, in ParseStatementOrDeclaration() argument
107 Stmts, StmtCtx, TrailingElseLoc, Attrs); in ParseStatementOrDeclaration()
153 StmtVector &Stmts, ParsedStmtContext StmtCtx, in ParseStatementOrDeclarationAfterAttributes() argument
170 return ParseObjCAtStatement(AtLoc, StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
182 return ParseLabeledStatement(Attrs, StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
211 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes()
233 return ParseExprStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
243 return ParseCaseStatement(StmtCtx); in ParseStatementOrDeclarationAfterAttributes()
[all …]
DParseOpenMP.cpp2141 Parser::ParseOpenMPDeclarativeOrExecutableDirective(ParsedStmtContext StmtCtx) { in ParseOpenMPDeclarativeOrExecutableDirective() argument
2162 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
2181 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
2259 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
2394 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
DParseObjc.cpp2729 ParsedStmtContext StmtCtx) { in ParseObjCAtStatement() argument
2766 return handleExprStmt(Res, StmtCtx); in ParseObjCAtStatement()
/external/llvm-project/clang/include/clang/Parse/
DParser.h427 StmtResult handleExprStmt(ExprResult E, ParsedStmtContext StmtCtx);
2066 ParsedStmtContext StmtCtx = ParsedStmtContext::SubStmt);
2068 StmtVector &Stmts, ParsedStmtContext StmtCtx,
2072 ParsedStmtContext StmtCtx,
2075 StmtResult ParseExprStatement(ParsedStmtContext StmtCtx);
2077 ParsedStmtContext StmtCtx);
2078 StmtResult ParseCaseStatement(ParsedStmtContext StmtCtx,
2081 StmtResult ParseDefaultStatement(ParsedStmtContext StmtCtx);
2105 ParsedStmtContext StmtCtx,
2172 ParsedStmtContext StmtCtx);
[all …]