Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h414 bool isOpenMPCapturingDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp754 bool clang::isOpenMPCapturingDirective(OpenMPDirectiveKind DKind) { in isOpenMPCapturingDirective() function in clang
808 assert(isOpenMPCapturingDirective(DKind) && "Expecting capturing directive"); in getOpenMPCaptureRegions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4597 if (!isOpenMPCapturingDirective(DSAStack->getCurrentDirective())) in ActOnOpenMPRegionEnd()
6060 isOpenMPCapturingDirective(Kind)) { in ActOnOpenMPExecutableDirective()
15733 if (!isOpenMPCapturingDirective(Leafs[I])) in getOpenMPCaptureRegionForClause()
15743 if (isOpenMPCapturingDirective(DKind)) { in getOpenMPCaptureRegionForClause()