Searched refs:SuperPair (Results 1 – 7 of 7) sorted by relevance
160 for (const auto &SuperPair : Def.getSuperClasses()) in run() local161 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()170 for (const auto &SuperPair : Def.getSuperClasses()) { in run() local171 auto SuperName = SuperPair.first->getNameInitAsString(); in run()
1958 for (const auto &SuperPair : SC) in operator <<() local1959 OS << " " << SuperPair.first->getNameInitAsString(); in operator <<()
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()
669 for (const auto &SuperPair : Supers) in expand() local670 NewReg->addSuperClass(SuperPair.first, SuperPair.second); in expand()
1717 for (const auto &SuperPair : SC) in operator <<() local1718 OS << " " << SuperPair.first->getNameInitAsString(); in operator <<()