Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp490 LocalScope::const_iterator ScopePos; member in __anon654da8e80411::CFGBuilder
621 if (ScopePos && (VD == ScopePos.getFirstVarInScope())) in maybeAddScopeBeginForVarDecl()
1931 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()
2570 addAutomaticObjHandling(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()
2708 LocalScope::const_iterator scopeBeginPos = ScopePos; in VisitCompoundStmt()
2714 addAutomaticObjHandling(ScopePos, scopeBeginPos, C); in VisitCompoundStmt()
[all …]