Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h8652 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8653 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4574 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4578 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4586 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4595 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4610 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()