Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp495 LocalScope::const_iterator ScopePos; member in __anon76ebc3340411::CFGBuilder
629 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()
1996 LocalScope(BumpVectorContext(alloc), ScopePos); in createOrReuseLocalScope()
2098 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2107 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
2114 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()
2116 addAutomaticObjHandling(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()
2667 addAutomaticObjHandling(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()
2806 LocalScope::const_iterator scopeBeginPos = ScopePos; in VisitCompoundStmt()
2812 addAutomaticObjHandling(ScopePos, scopeBeginPos, C); in VisitCompoundStmt()
[all …]