Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance
375 struct BlockScopePosPair { struct376 CFGBlock *block = nullptr;377 LocalScope::const_iterator scopePosition;380 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument