Searched refs:ScopePos (Results 1 – 1 of 1) sorted by relevance
511 LocalScope::const_iterator ScopePos; member in __anonef2f84bd0411::CFGBuilder642 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()2061 return new (alloc) LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()2169 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()2176 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()2178 addAutomaticObjHandling(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()2671 addAutomaticObjHandling(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()2810 LocalScope::const_iterator scopeBeginPos = ScopePos; in VisitCompoundStmt()2816 addAutomaticObjHandling(ScopePos, scopeBeginPos, C); in VisitCompoundStmt()3055 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()[all …]