Searched refs:isAllowedClauseForDirective (Results 1 – 3 of 3) sorted by relevance
98 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
255 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective() function in clang
426 if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) { in ParseOpenMPClause()