Home
last modified time | relevance | path

Searched refs:isOpenMPTargetExecutionDirective (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h172 bool isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp668 bool clang::isOpenMPTargetExecutionDirective(OpenMPDirectiveKind DKind) { in isOpenMPTargetExecutionDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp851 if (DSAStack->hasExplicitDirective(isOpenMPTargetExecutionDirective, Level)) { in IsOpenMPCapturedByRef()
999 return isOpenMPTargetExecutionDirective(K); in IsOpenMPCapturedDecl()
1038 DSAStack->hasExplicitDirective(isOpenMPTargetExecutionDirective, in isOpenMPTargetCapturedDecl()
3269 (isOpenMPTargetExecutionDirective(CurrentRegion) || in CheckNestingOfRegions()
3278 if (isOpenMPTargetExecutionDirective(K)) { in CheckNestingOfRegions()