Searched defs:BlockScopePosPair (Results 1 – 2 of 2) 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;
371 struct BlockScopePosPair { struct372 CFGBlock *block = nullptr;373 LocalScope::const_iterator scopePosition;376 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() argument