Searched refs:AllowStandaloneOpenMPDirectives (Results 1 – 3 of 3) sorted by relevance
750 StmtCtx &= ~ParsedStmtContext::AllowStandaloneOpenMPDirectives; in ParseLabeledStatement()822 StmtCtx &= ~ParsedStmtContext::AllowStandaloneOpenMPDirectives; in ParseCaseStatement()967 StmtCtx &= ~ParsedStmtContext::AllowStandaloneOpenMPDirectives; in ParseDefaultStatement()
2411 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPExecutableDirective()2521 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPExecutableDirective()2804 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()2823 if ((StmtCtx & ParsedStmtContext::AllowStandaloneOpenMPDirectives) == in ParseOpenMPDeclarativeOrExecutableDirective()
474 AllowStandaloneOpenMPDirectives = 0x2, enumerator481 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,