Searched refs:AllowDeclarationsInC (Results 1 – 3 of 3) sorted by relevance
217 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes()626 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseLabeledStatement()688 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseCaseStatement()836 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseDefaultStatement()
2297 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()2316 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
412 AllowDeclarationsInC = 0x1, enumerator421 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,