Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h8544 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8545 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4568 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4572 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4580 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4589 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4604 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()