Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance
209 struct BlockScopePosPair { struct210 BlockScopePosPair() : block(nullptr) {} in BlockScopePosPair() argument211 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument214 CFGBlock *block;215 LocalScope::const_iterator scopePosition;