Searched refs:ScopeRAII (Results 1 – 4 of 4) sorted by relevance
4490 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local4491 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()4507 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local4508 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
15403 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
903 class ScopeRAII { class907 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anon7264eadc0111::ScopeRAII909 ~ScopeRAII() { in ~ScopeRAII()933 typedef ScopeRAII<false> BlockScopeRAII;934 typedef ScopeRAII<true> FullExpressionRAII;
1337 class ScopeRAII { class1341 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anon3f12a8aa0311::ScopeRAII1352 ~ScopeRAII() { in ~ScopeRAII()1388 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;1389 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;1390 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;