Home
last modified time | relevance | path

Searched refs:getCurCapturedRegion (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp1489 CapturedRegionScopeInfo *Sema::getCurCapturedRegion() { in getCurCapturedRegion() function in Sema
HDSemaStmt.cpp3862 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionError()
3875 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionEnd()
HDSemaOpenMP.cpp1291 getCurCapturedRegion()->TheCapturedDecl->addAttr( in ActOnOpenMPRegionStart()
HDSemaExpr.cpp3025 else if (const CapturedRegionScopeInfo *CSI = getCurCapturedRegion()) in BuildPredefinedExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1176 sema::CapturedRegionScopeInfo *getCurCapturedRegion();