Searched refs:ScopeRAII (Results 1 – 3 of 3) sorted by relevance
4857 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local4858 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()4874 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local4875 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
17259 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
1395 class ScopeRAII { class1399 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anon7ee061300411::ScopeRAII1410 ~ScopeRAII() { in ~ScopeRAII()1446 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;1447 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;1448 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;