Searched refs:ImplicitClauseAllowed (Results 1 – 1 of 1) sorted by relevance
2292 bool ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective() local2295 ImplicitClauseAllowed = true; in ParseOpenMPExecutableDirective()2335 if (ImplicitClauseAllowed && Tok.is(tok::l_paren)) { in ParseOpenMPExecutableDirective()2356 ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective()