Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1581 const auto *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local
1584 if (dcClassDecl) { in getObjCSubstitutions()
1587 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1603 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()
1604 if (!dcClassDecl) in getObjCSubstitutions()
1608 assert(dcClassDecl && "No class context"); in getObjCSubstitutions()
1633 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()