Searched refs:ScopePos (Results 1 – 1 of 1) sorted by relevance
311 LocalScope::const_iterator ScopePos; member in __anon4350aedf0111::CFGBuilder1244 new (Scope) LocalScope(ctx, ScopePos); in createOrReuseLocalScope()1338 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()1349 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()1351 addAutomaticObjDtors(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()1755 addAutomaticObjDtors(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()2078 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()2079 ++ScopePos; in VisitDeclSubExpr()2104 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt()2109 LocalScope::const_iterator BeginScopePos = ScopePos; in VisitIfStmt()[all …]