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.cpp2433 bool ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective() local
2436 ImplicitClauseAllowed = true; in ParseOpenMPExecutableDirective()
2476 if (ImplicitClauseAllowed && Tok.is(tok::l_paren)) { in ParseOpenMPExecutableDirective()
2497 ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective()