Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance
207 struct BlockScopePosPair { struct208 BlockScopePosPair() : block(0) {} in BlockScopePosPair() function209 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() function212 CFGBlock *block;213 LocalScope::const_iterator scopePosition;