Home
last modified time | relevance | path

Searched refs:CapturedRegionScopeInfo (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScopeInfo.cpp104 else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(this)) in isVLATypeCaptured()
238 CapturedRegionScopeInfo::~CapturedRegionScopeInfo() { } in ~CapturedRegionScopeInfo()
HDSema.cpp1483 CapturingScopeInfo *CSI = new CapturedRegionScopeInfo( in PushCapturedRegionScope()
1489 CapturedRegionScopeInfo *Sema::getCurCapturedRegion() { in getCurCapturedRegion()
1493 return dyn_cast<CapturedRegionScopeInfo>(FunctionScopes.back()); in getCurCapturedRegion()
HDSemaStmt.cpp2847 } else if (CapturedRegionScopeInfo *CurRegion = in ActOnCapScopeReturnStmt()
2848 dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt()
3862 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionError()
3875 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionEnd()
HDSemaExpr.cpp3025 else if (const CapturedRegionScopeInfo *CSI = getCurCapturedRegion()) in BuildPredefinedExpr()
12494 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()
12599 static bool captureInCapturedRegion(CapturedRegionScopeInfo *RSI, in captureInCapturedRegion()
12840 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable()
12943 } else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable()
13043 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable()
HDSemaExprCXX.cpp952 else if (CapturedRegionScopeInfo *RSI in CheckCXXThisCapture()
953 = dyn_cast<CapturedRegionScopeInfo>(FunctionScopes[idx])) in CheckCXXThisCapture()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h579 class CapturedRegionScopeInfo: public CapturingScopeInfo {
592 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo() function
602 ~CapturedRegionScopeInfo() override;
HDSema.h192 class CapturedRegionScopeInfo; variable
1176 sema::CapturedRegionScopeInfo *getCurCapturedRegion();