Searched refs:dcTypeParams (Results 1 – 1 of 1) sorted by relevance
1547 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local1551 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1552 if (!dcTypeParams) in getObjCSubstitutions()1563 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1564 if (!dcTypeParams) in getObjCSubstitutions()1571 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()