Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance
391 struct BlockScopePosPair { struct392 CFGBlock *block = nullptr;393 LocalScope::const_iterator scopePosition;396 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument