Searched refs:InterfaceInfo (Results 1 – 2 of 2) sorted by relevance
76 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup() local77 if (!InterfaceInfo) { in registerAnalysisGroup()80 InterfaceInfo = &Registeree; in registerAnalysisGroup()94 ImplementationInfo->addInterfaceImplemented(InterfaceInfo); in registerAnalysisGroup()97 assert(InterfaceInfo->getNormalCtor() == nullptr && in registerAnalysisGroup()102 InterfaceInfo->setNormalCtor(ImplementationInfo->getNormalCtor()); in registerAnalysisGroup()
1178 using InterfaceInfo = DenseMapInfo<const ObjCInterfaceDecl *>; typedef1182 return {InterfaceInfo::getEmptyKey(), SelectorInfo::getEmptyKey(), false}; in getEmptyKey()1186 return {InterfaceInfo::getTombstoneKey(), SelectorInfo::getTombstoneKey(), in getTombstoneKey()1192 llvm::hash_code(InterfaceInfo::getHashValue(Key.Interface)), in getHashValue()1199 return InterfaceInfo::isEqual(LHS.Interface, RHS.Interface) && in isEqual()