Searched refs:isOpenMPSimdDirective (Results 1 – 4 of 4) sorted by relevance
100 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
265 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective() function in clang
155 if (isOpenMPSimdDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
1079 if (isOpenMPSimdDirective(ParentRegion)) { in CheckNestingOfRegions()1101 !isOpenMPSimdDirective(CurrentRegion)) { in CheckNestingOfRegions()1107 !isOpenMPSimdDirective(ParentRegion); in CheckNestingOfRegions()1656 isOpenMPSimdDirective(DKind) in CheckOpenMPIterationSpace()1659 if (((isOpenMPSimdDirective(DKind) && DVar.CKind != OMPC_unknown && in CheckOpenMPIterationSpace()