Home
last modified time | relevance | path

Searched refs:dcClassDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1521 const auto *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local
1524 if (dcClassDecl) { in getObjCSubstitutions()
1527 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1543 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()
1544 if (!dcClassDecl) in getObjCSubstitutions()
1548 assert(dcClassDecl && "No class context"); in getObjCSubstitutions()
1573 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()