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