Searched refs:ScopeRAII (Results 1 – 3 of 3) sorted by relevance
4560 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local4561 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()4577 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local4578 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
16248 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
1400 class ScopeRAII { class1404 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anonfb577fba0411::ScopeRAII1415 ~ScopeRAII() { in ~ScopeRAII()1451 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;1452 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;1453 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;