Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1292 const ObjCCategoryDecl *dcCategoryDecl = nullptr; in getObjCSubstitutions() local
1303 dcCategoryDecl = dyn_cast<ObjCCategoryDecl>(dc); in getObjCSubstitutions()
1304 if (!dcCategoryDecl) in getObjCSubstitutions()
1309 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1313 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()
/external/llvm-project/clang/lib/AST/
DType.cpp1516 const ObjCCategoryDecl *dcCategoryDecl = nullptr; in getObjCSubstitutions() local
1527 dcCategoryDecl = dyn_cast<ObjCCategoryDecl>(dc); in getObjCSubstitutions()
1528 if (!dcCategoryDecl) in getObjCSubstitutions()
1533 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1537 dcClassDecl = dcCategoryDecl->getClassInterface(); in getObjCSubstitutions()