Searched refs:ScopePos (Results 1 – 1 of 1) sorted by relevance
382 LocalScope::const_iterator ScopePos; member in __anon4350aedf0111::CFGBuilder1303 LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()1395 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()1406 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()1408 addAutomaticObjDtors(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()1812 addAutomaticObjDtors(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()1943 LocalScope::const_iterator scopeBeginPos = ScopePos; in VisitCompoundStmt()1950 addAutomaticObjDtors(ScopePos, scopeBeginPos, C); in VisitCompoundStmt()2144 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()2145 ++ScopePos; in VisitDeclSubExpr()[all …]