Searched refs:dcClassDecl (Results 1 – 1 of 1) sorted by relevance
1545 const auto *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local1548 if (dcClassDecl) { in getObjCSubstitutions()1551 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1567 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()1568 if (!dcClassDecl) in getObjCSubstitutions()1572 assert(dcClassDecl && "No class context"); in getObjCSubstitutions()1597 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()