Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp2104 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt() local
2309 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitForStmt() local
2322 addAutomaticObjDtors(ScopePos, save_scope_pos.get(), F); in VisitForStmt()
2654 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitWhileStmt() local
2983 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitSwitchStmt() local
3266 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitCXXCatchStmt() local
3318 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitCXXForRangeStmt() local
3325 addAutomaticObjDtors(ScopePos, save_scope_pos.get(), S); in VisitCXXForRangeStmt()