Searched refs:ImplicitClauseAllowed (Results 1 – 1 of 1) sorted by relevance
2433 bool ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective() local2436 ImplicitClauseAllowed = true; in ParseOpenMPExecutableDirective()2476 if (ImplicitClauseAllowed && Tok.is(tok::l_paren)) { in ParseOpenMPExecutableDirective()2497 ImplicitClauseAllowed = false; in ParseOpenMPExecutableDirective()