Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp491 LocalScope::const_iterator ScopePos; member in __anon8d78c9ed0411::CFGBuilder
625 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()
1936 LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()
2038 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2047 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2054 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()
2056 addAutomaticObjHandling(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()
2991 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()
2992 ++ScopePos; in VisitDeclSubExpr()
3597 ScopePos = LoopBeginScopePos; in VisitForStmt()
[all …]