Searched refs:save_scope_pos (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 2962 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt() local 2973 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), I); in VisitIfStmt() 3129 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSEHExceptStmt() local 3337 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local 3350 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), F); in VisitForStmt() 3431 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local 3497 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local 3701 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitWhileStmt() local 4051 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSwitchStmt() local 4062 addAutomaticObjHandling(ScopePos, save_scope_pos.get(), Terminator); in VisitSwitchStmt() [all …]
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 2170 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt() local 2400 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local 2413 addAutomaticObjDtors(ScopePos, save_scope_pos.get(), F); in VisitForStmt() 2745 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitWhileStmt() local 3074 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSwitchStmt() local 3370 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitCXXCatchStmt() local 3422 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitCXXForRangeStmt() local 3431 addAutomaticObjDtors(ScopePos, save_scope_pos.get(), S); in VisitCXXForRangeStmt()
|