Searched refs:AllowDeclarationsInC (Results 1 – 3 of 3) sorted by relevance
217 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes()631 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseLabeledStatement()693 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseCaseStatement()841 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseDefaultStatement()
2300 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()2319 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
413 AllowDeclarationsInC = 0x1, enumerator422 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,