Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1583 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local
1587 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1588 if (!dcTypeParams) in getObjCSubstitutions()
1599 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1600 if (!dcTypeParams) in getObjCSubstitutions()
1607 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()