Searched refs:SuperPair (Results 1 – 11 of 11) sorted by relevance
156 for (const auto &SuperPair : Def.getSuperClasses()) in run() local157 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()166 for (const auto &SuperPair : Def.getSuperClasses()) { in run() local167 auto SuperName = SuperPair.first->getNameInitAsString(); in run()
2329 for (const auto &SuperPair : SC) in operator <<() local2330 OS << " " << SuperPair.first->getNameInitAsString(); in operator <<()
159 for (const auto &SuperPair : Def.getSuperClasses()) in run() local160 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()169 for (const auto &SuperPair : Def.getSuperClasses()) { in run() local170 auto SuperName = SuperPair.first->getNameInitAsString(); in run()
2182 for (const auto &SuperPair : SC) in operator <<() local2183 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()
679 for (const auto &SuperPair : Supers) in expand() local680 NewReg->addSuperClass(SuperPair.first, SuperPair.second); in expand()
1717 for (const auto &SuperPair : SC) in operator <<() local1718 OS << " " << SuperPair.first->getNameInitAsString(); in operator <<()
640 for (const auto &SuperPair : Superclasses) {