Searched refs:SuperPair (Results 1 – 4 of 4) sorted by relevance
101 struct SuperPair : Pair<int, int>, Pair<T, U> { }; struct
157 [&](const std::pair<Record *, SMRange> &SuperPair) { in findSuperClassRange() argument158 return SuperPair.first->getName() == SuperName; in findSuperClassRange()
591 for (const auto &SuperPair : Supers) in expand() local592 NewReg->addSuperClass(SuperPair.first, SuperPair.second); in expand()
1717 for (const auto &SuperPair : SC) in operator <<() local1718 OS << " " << SuperPair.first->getNameInitAsString(); in operator <<()