Searched refs:dcTypeParams (Results 1 – 1 of 1) sorted by relevance
1523 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local1527 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1528 if (!dcTypeParams) in getObjCSubstitutions()1539 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1540 if (!dcTypeParams) in getObjCSubstitutions()1547 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()