Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp469 LocalScope::const_iterator ScopePos; member in __anon15de256c0411::CFGBuilder
594 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()
1807 LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()
1914 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
1923 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
1930 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()
1932 addAutomaticObjHandling(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()
2740 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()
2741 ++ScopePos; in VisitDeclSubExpr()
3272 ScopePos = LoopBeginScopePos; in VisitForStmt()
[all …]