Searched refs:dcClassDecl (Results 1 – 2 of 2) sorted by relevance
1291 const ObjCInterfaceDecl *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local1294 if (dcClassDecl) { in getObjCSubstitutions()1297 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1313 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()1314 if (!dcClassDecl) in getObjCSubstitutions()1318 assert(dcClassDecl && "No class context"); in getObjCSubstitutions()1343 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()
1515 const auto *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local1518 if (dcClassDecl) { in getObjCSubstitutions()1521 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1537 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()1538 if (!dcClassDecl) in getObjCSubstitutions()1542 assert(dcClassDecl && "No class context"); in getObjCSubstitutions()1567 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()