Searched defs:BlockScopePosPair (Results 1 – 1 of 1) sorted by relevance
371 struct BlockScopePosPair { struct372 CFGBlock *block = nullptr;373 LocalScope::const_iterator scopePosition;376 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() function