Searched refs:dcTypeParams (Results 1 – 1 of 1) sorted by relevance
1287 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local1291 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1292 if (!dcTypeParams) in getObjCSubstitutions()1303 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1304 if (!dcTypeParams) in getObjCSubstitutions()1311 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()