Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance
208 struct BlockScopePosPair { struct209 BlockScopePosPair() : block(0) {} in BlockScopePosPair() function210 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument213 CFGBlock *block;214 LocalScope::const_iterator scopePosition;