Searched refs:ScopePos (Results 1 – 1 of 1) sorted by relevance
533 LocalScope::const_iterator ScopePos; member in __anonef2f84bd0411::CFGBuilder664 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()2150 return new (alloc) LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()2258 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()2265 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()2267 addAutomaticObjHandling(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()2769 addAutomaticObjHandling(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()2919 LocalScope::const_iterator scopeBeginPos = ScopePos; in VisitCompoundStmt()2925 addAutomaticObjHandling(ScopePos, scopeBeginPos, C); in VisitCompoundStmt()3164 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()[all …]