Searched refs:AllowDeclarationsInC (Results 1 – 3 of 3) sorted by relevance
237 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes()697 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseLabeledStatement()766 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseCaseStatement()909 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseDefaultStatement()
2671 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()2690 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
423 AllowDeclarationsInC = 0x1, enumerator432 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,