Home
last modified time | relevance | path

Searched refs:ScopePos (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp511 LocalScope::const_iterator ScopePos; member in __anond5061b330411::CFGBuilder
642 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 …]