Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp102 else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(this)) in isVLATypeCaptured()
236 CapturedRegionScopeInfo::~CapturedRegionScopeInfo() { } in ~CapturedRegionScopeInfo()
H A DSema.cpp1469 CapturingScopeInfo *CSI = new CapturedRegionScopeInfo( in PushCapturedRegionScope()
1475 CapturedRegionScopeInfo *Sema::getCurCapturedRegion() { in getCurCapturedRegion()
1479 return dyn_cast<CapturedRegionScopeInfo>(FunctionScopes.back()); in getCurCapturedRegion()
H A DSemaStmt.cpp2678 } else if (CapturedRegionScopeInfo *CurRegion = in ActOnCapScopeReturnStmt()
2679 dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt()
3556 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionError()
3569 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp2960 else if (const CapturedRegionScopeInfo *CSI = getCurCapturedRegion()) in BuildPredefinedExpr()
11883 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()
11988 static bool captureInCapturedRegion(CapturedRegionScopeInfo *RSI, in captureInCapturedRegion()
12421 } else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable()
12521 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable()
H A DSemaExprCXX.cpp871 else if (CapturedRegionScopeInfo *RSI in CheckCXXThisCapture()
872 = dyn_cast<CapturedRegionScopeInfo>(FunctionScopes[idx])) in CheckCXXThisCapture()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h563 class CapturedRegionScopeInfo: public CapturingScopeInfo {
576 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo() function
586 virtual ~CapturedRegionScopeInfo();
H A DSema.h191 class CapturedRegionScopeInfo; variable
1120 sema::CapturedRegionScopeInfo *getCurCapturedRegion();