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

/external/clang/lib/Analysis/
H A DCFG.cpp154 /// - Init CFGBuilder::ScopePos with invalid position (equivalent for null),
156 /// LocalScope object using CFGBuilder::ScopePos as link to previous scope
157 /// and set CFGBuilder::ScopePos to the end of new scope,
158 /// - On every occurrence of VarDecl increase CFGBuilder::ScopePos if it points
163 /// between CFGBuilder::ScopePos and local scope position saved for jump
165 /// jump target position will be on the path to root from CFGBuilder::ScopePos
382 LocalScope::const_iterator ScopePos; member in class:__anon1138::CFGBuilder
1303 LocalScope(BumpVectorContext(alloc), ScopePos);
1395 ScopePos = Scope->begin();
1406 LocalScope::const_iterator scopeBeginPos = ScopePos;
[all...]

Completed in 63 milliseconds