Searched refs:ScopePos (Results 1 – 1 of 1) sorted by relevance
305 LocalScope::const_iterator ScopePos; member in __anon4fb8fee70111::CFGBuilder918 new (Scope) LocalScope(ctx, ScopePos); in createOrReuseLocalScope()1015 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()1026 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()1028 addAutomaticObjDtors(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()1426 addAutomaticObjDtors(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()1750 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()1751 ++ScopePos; in VisitDeclSubExpr()1776 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt()1781 LocalScope::const_iterator BeginScopePos = ScopePos; in VisitIfStmt()[all …]