Searched refs:ScopeRAII (Results 1 – 3 of 3) sorted by relevance
4801 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local4802 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()4818 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local4819 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
16478 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
1339 class ScopeRAII { class1343 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anon7a1fdcea0311::ScopeRAII1354 ~ScopeRAII() { in ~ScopeRAII()1390 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;1391 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;1392 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;