Searched refs: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() function367 typedef BlockScopePosPair JumpTarget;368 typedef BlockScopePosPair JumpSource;
371 struct BlockScopePosPair { struct375 BlockScopePosPair() = default;376 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair() function467 using JumpTarget = BlockScopePosPair;468 using JumpSource = BlockScopePosPair;