Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp1546 const ObjCCategoryDecl *dcCategoryDecl = nullptr; in getObjCSubstitutions() local
1557 dcCategoryDecl = dyn_cast<ObjCCategoryDecl>(dc); in getObjCSubstitutions()
1558 if (!dcCategoryDecl) in getObjCSubstitutions()
1563 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1567 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()