Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance
281 struct BlockScopePosPair { struct282 BlockScopePosPair() : block(nullptr) {} in BlockScopePosPair() argument283 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument286 CFGBlock *block;287 LocalScope::const_iterator scopePosition;