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.h384 bool isOpenMPCapturingDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp713 bool clang::isOpenMPCapturingDirective(OpenMPDirectiveKind DKind) { in isOpenMPCapturingDirective() function in clang
749 assert(isOpenMPCapturingDirective(DKind) && "Expecting capturing directive"); in getOpenMPCaptureRegions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4600 if (!isOpenMPCapturingDirective(DSAStack->getCurrentDirective())) in ActOnOpenMPRegionEnd()
6124 isOpenMPCapturingDirective(Kind)) { in ActOnOpenMPExecutableDirective()
15249 if (!isOpenMPCapturingDirective(Leafs[I])) in getOpenMPCaptureRegionForClause()
15259 if (isOpenMPCapturingDirective(DKind)) { in getOpenMPCaptureRegionForClause()