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

/external/clang/lib/Analysis/
H A DCFG.cpp82 /// - Init CFGBuilder::ScopePos with invalid position (equivalent for null),
84 /// LocalScope object using CFGBuilder::ScopePos as link to previous scope
85 /// and set CFGBuilder::ScopePos to the end of new scope,
86 /// - On every occurrence of VarDecl increase CFGBuilder::ScopePos if it points
91 /// between CFGBuilder::ScopePos and local scope position saved for jump
93 /// jump target position will be on the path to root from CFGBuilder::ScopePos
305 LocalScope::const_iterator ScopePos; member in class:__anon17770::CFGBuilder
1176 new (Scope) LocalScope(ctx, ScopePos);
1270 ScopePos = Scope->begin();
1281 LocalScope::const_iterator scopeBeginPos = ScopePos;
[all...]

Completed in 48 milliseconds