Searched refs:isOpenMPLoopDirective (Results 1 – 4 of 4) sorted by relevance
82 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
341 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
219 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
2526 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in CheckOpenMPIterationSpace()