Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp490 LocalScope::const_iterator ScopePos; member in __anona1d14af10411::CFGBuilder
621 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()
1938 LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()
2045 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2054 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2061 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()
2063 addAutomaticObjHandling(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()
2943 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()
2944 ++ScopePos; in VisitDeclSubExpr()
3505 ScopePos = LoopBeginScopePos; in VisitForStmt()
[all …]