Searched refs:getObjCTypeParamType (Results 1 – 5 of 5) sorted by relevance
980 return ctx.getObjCTypeParamType(declaration, qualifiers);
1931 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
1481 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
6204 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()6269 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext6306 QualType UpdatedTy = getObjCTypeParamType(New, protocols); in adjustObjCTypeParamBoundType()
2124 return Importer.getToContext().getObjCTypeParamType(*ToDeclOrErr, in VisitObjCTypeParamType()