Lines Matching refs:save_scope_pos
2766 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt() local
2777 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), I); in VisitIfStmt()
2925 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSEHExceptStmt() local
3111 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local
3124 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), F); in VisitForStmt()
3205 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local
3271 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local
3475 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitWhileStmt() local
3820 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSwitchStmt() local
3831 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), Terminator); in VisitSwitchStmt()
4113 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitCXXCatchStmt() local
4165 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitCXXForRangeStmt() local
4174 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), S); in VisitCXXForRangeStmt()