Home
last modified time | relevance | path

Searched refs:save_scope_pos (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp3017 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt() local
3028 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), I); in VisitIfStmt()
3218 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSEHExceptStmt() local
3436 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local
3449 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), F); in VisitForStmt()
3795 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitWhileStmt() local
3952 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitObjCAtCatchStmt() local
4269 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSwitchStmt() local
4280 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), Terminator); in VisitSwitchStmt()
4563 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitCXXCatchStmt() local
[all …]