Home
last modified time | relevance | path

Searched refs:isOpenMPLoopDirective (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h147 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp630 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/external/clang/lib/Parse/
DParseOpenMP.cpp907 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp4586 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
4722 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in CheckOpenMPIterationSpace()