Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1285 const ObjCInterfaceDecl *dcClassDecl = dyn_cast<ObjCInterfaceDecl>(dc); in getObjCSubstitutions() local
1288 if (dcClassDecl) { in getObjCSubstitutions()
1291 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1307 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()
1308 if (!dcClassDecl) in getObjCSubstitutions()
1312 assert(dcClassDecl && "No class context"); in getObjCSubstitutions()
1337 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()