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