Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1286 const ObjCCategoryDecl *dcCategoryDecl = nullptr; in getObjCSubstitutions() local
1297 dcCategoryDecl = dyn_cast<ObjCCategoryDecl>(dc); in getObjCSubstitutions()
1298 if (!dcCategoryDecl) in getObjCSubstitutions()
1303 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1307 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()