Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1375 const auto *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local
1378 if (dcClassDecl) { in getObjCSubstitutions()
1381 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1397 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()
1398 if (!dcClassDecl) in getObjCSubstitutions()
1402 assert(dcClassDecl && "No class context"); in getObjCSubstitutions()
1427 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()