Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h217 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
218 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3007 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
3011 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
3019 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()