Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1515 const auto *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local
1518 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()