Searched refs:ScopePos (Results 1 – 1 of 1) sorted by relevance
511 LocalScope::const_iterator ScopePos; member in __anond5061b330411::CFGBuilder642 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()2172 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()3058 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()3059 ++ScopePos; in VisitDeclSubExpr()3084 SaveAndRestore save_scope_pos(ScopePos); in VisitIfStmt()3285 SaveAndRestore save_scope_pos(ScopePos); in VisitSEHExceptStmt()3503 SaveAndRestore save_scope_pos(ScopePos); in VisitForStmt()3667 ScopePos = LoopBeginScopePos; in VisitForStmt()3865 SaveAndRestore save_scope_pos(ScopePos); in VisitWhileStmt()[all …]