Home
last modified time | relevance | path

Searched refs:AllowStandaloneOpenMPDirectives (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp750 StmtCtx &= ~ParsedStmtContext::AllowStandaloneOpenMPDirectives; in ParseLabeledStatement()
822 StmtCtx &= ~ParsedStmtContext::AllowStandaloneOpenMPDirectives; in ParseCaseStatement()
967 StmtCtx &= ~ParsedStmtContext::AllowStandaloneOpenMPDirectives; in ParseDefaultStatement()
H A DParseOpenMP.cpp2411 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()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h474 AllowStandaloneOpenMPDirectives = 0x2, enumerator
481 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives,