Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1692 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local
1696 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1697 if (!dcTypeParams) in getObjCSubstitutions()
1708 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1709 if (!dcTypeParams) in getObjCSubstitutions()
1716 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()