Searched refs:ScopeRAII (Results 1 – 3 of 3) sorted by relevance
4713 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local4714 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()4730 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local4731 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
16608 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
1420 class ScopeRAII { class1424 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anonfb577fba0411::ScopeRAII1435 ~ScopeRAII() { in ~ScopeRAII()1471 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;1472 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;1473 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;