Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h106 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp477 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/external/clang/lib/Parse/
DParseOpenMP.cpp265 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3373 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
3497 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in CheckOpenMPIterationSpace()