Searched refs:getObjCTypeParamType (Results 1 – 4 of 4) sorted by relevance
850 return ctx.getObjCTypeParamType(declaration, qualifiers);
1526 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
1432 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
5100 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()5165 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext5202 QualType UpdatedTy = getObjCTypeParamType(New, protocols); in adjustObjCTypeParamBoundType()