Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp1547 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local
1551 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1552 if (!dcTypeParams) in getObjCSubstitutions()
1563 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1564 if (!dcTypeParams) in getObjCSubstitutions()
1571 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()