Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2292 bool ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective() local
2295 ImplicitClauseAllowed = true; in ParseOpenMPExecutableDirective()
2335 if (ImplicitClauseAllowed && Tok.is(tok::l_paren)) { in ParseOpenMPExecutableDirective()
2356 ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective()