Home
last modified time | relevance | path

Searched refs:ThisCaptureRegion (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9047 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
9048 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4921 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4925 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4933 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4942 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4957 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()