Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1523 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local
1527 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1528 if (!dcTypeParams) in getObjCSubstitutions()
1539 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1540 if (!dcTypeParams) in getObjCSubstitutions()
1547 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()