Searched refs:AllowDeclarationsInC (Results 1 – 3 of 3) sorted by relevance
234 (StmtCtx & ParsedStmtContext::AllowDeclarationsInC) != in ParseStatementOrDeclarationAfterAttributes()679 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseLabeledStatement()742 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseCaseStatement()890 StmtCtx &= ~ParsedStmtContext::AllowDeclarationsInC; in ParseDefaultStatement()
2659 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()2678 if ((StmtCtx & ParsedStmtContext::AllowDeclarationsInC) == in ParseOpenMPDeclarativeOrExecutableDirective()
418 AllowDeclarationsInC = 0x1, enumerator427 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,