Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.h130 bool isOpenMPTargetDirective(OpenMPDirectiveKind DKind);
/external/clang/lib/Basic/
DOpenMPKinds.cpp503 bool clang::isOpenMPTargetDirective(OpenMPDirectiveKind DKind) { in isOpenMPTargetDirective() function in clang
/external/clang/lib/Sema/
DSemaOpenMP.cpp758 if (isOpenMPTargetDirective(DKind)) { in IsOpenMPCapturedByRef()
855 return isOpenMPTargetDirective(K); in IsOpenMPCapturedVar()
891 DSAStack->hasExplicitDirective(isOpenMPTargetDirective, Level); in isOpenMPTargetCapturedVar()