Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseOpenMP.cpp2841 bool ImplicitClauseAllowed = false; in ParseOpenMPDeclarativeOrExecutableDirective() local
2844 ImplicitClauseAllowed = true; in ParseOpenMPDeclarativeOrExecutableDirective()
2883 if (ImplicitClauseAllowed && Tok.is(tok::l_paren)) { in ParseOpenMPDeclarativeOrExecutableDirective()
2905 ImplicitClauseAllowed = false; in ParseOpenMPDeclarativeOrExecutableDirective()