Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DCFG.cpp305 LocalScope::const_iterator ScopePos; member in __anon4fb8fee70111::CFGBuilder
918 new (Scope) LocalScope(ctx, ScopePos); in createOrReuseLocalScope()
1015 ScopePos = Scope->begin(); in addLocalScopeForVarDecl()
1026 LocalScope::const_iterator scopeBeginPos = ScopePos; in addLocalScopeAndDtors()
1028 addAutomaticObjDtors(ScopePos, scopeBeginPos, S); in addLocalScopeAndDtors()
1426 addAutomaticObjDtors(ScopePos, BreakJumpTarget.scopePosition, B); in VisitBreakStmt()
1750 if (ScopePos && VD == *ScopePos) in VisitDeclSubExpr()
1751 ++ScopePos; in VisitDeclSubExpr()
1776 SaveAndRestore<LocalScope::const_iterator> save_scope_pos(ScopePos); in VisitIfStmt()
1781 LocalScope::const_iterator BeginScopePos = ScopePos; in VisitIfStmt()
[all …]