Searched refs:SuperPair (Results 1 – 3 of 3) sorted by relevance
156 for (const auto &SuperPair : Def.getSuperClasses()) in run() local157 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()171 for (const auto &SuperPair : Def.getSuperClasses()) { in run() local172 auto SuperName = SuperPair.first->getNameInitAsString(); in run()
2915 for (const auto &SuperPair : SC) in operator <<() local2916 OS << " " << SuperPair.first->getNameInitAsString(); in operator <<()
699 for (const auto &SuperPair : Supers) in expand() local700 NewReg->addSuperClass(SuperPair.first, SuperPair.second); in expand()