Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp110 else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(this)) in isVLATypeCaptured()
243 CapturedRegionScopeInfo::~CapturedRegionScopeInfo() { } in ~CapturedRegionScopeInfo()
DSema.cpp1504 CapturingScopeInfo *CSI = new CapturedRegionScopeInfo( in PushCapturedRegionScope()
1511 CapturedRegionScopeInfo *Sema::getCurCapturedRegion() { in getCurCapturedRegion()
1515 return dyn_cast<CapturedRegionScopeInfo>(FunctionScopes.back()); in getCurCapturedRegion()
DSemaStmt.cpp2937 } else if (CapturedRegionScopeInfo *CurRegion = in ActOnCapScopeReturnStmt()
2938 dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt()
3965 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionError()
3978 CapturedRegionScopeInfo *RSI = getCurCapturedRegion(); in ActOnCapturedRegionEnd()
DSemaExpr.cpp3064 else if (const CapturedRegionScopeInfo *CSI = getCurCapturedRegion()) in BuildPredefinedExpr()
3892 } else if (auto CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in captureVariablyModifiedType()
3974 else if (auto *CRSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) in CreateUnaryExprOrTypeTraitExpr()
13201 !(isa<CapturedRegionScopeInfo>(CSI) && in isVariableAlreadyCapturedInScopeInfo()
13202 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
13273 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()
13379 static bool captureInCapturedRegion(CapturedRegionScopeInfo *RSI, in captureInCapturedRegion()
13659 if (auto *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable()
13725 } else if (CapturedRegionScopeInfo *RSI = dyn_cast<CapturedRegionScopeInfo>(CSI)) { in tryCaptureVariable()
DSemaExprCXX.cpp1176 } else if (CapturedRegionScopeInfo *RSI in CheckCXXThisCapture()
1177 = dyn_cast<CapturedRegionScopeInfo>(FunctionScopes[idx])) in CheckCXXThisCapture()
/external/clang/include/clang/Sema/
DScopeInfo.h624 class CapturedRegionScopeInfo final : public CapturingScopeInfo {
638 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo() function
648 ~CapturedRegionScopeInfo() override;
DSema.h196 class CapturedRegionScopeInfo; variable
1226 sema::CapturedRegionScopeInfo *getCurCapturedRegion();