Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8978 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8979 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4850 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4854 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4862 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4871 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4886 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()