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.cpp1646 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local
1650 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1651 if (!dcTypeParams) in getObjCSubstitutions()
1662 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1663 if (!dcTypeParams) in getObjCSubstitutions()
1670 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()