Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td957 return ctx.getObjCTypeParamType(declaration, qualifiers);
H A DASTContext.h1753 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1484 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
H A DASTContext.cpp5785 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()
5850 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext
5887 QualType UpdatedTy = getObjCTypeParamType(New, protocols); in adjustObjCTypeParamBoundType()
H A DASTImporter.cpp1856 return Importer.getToContext().getObjCTypeParamType(*ToDeclOrErr, in VisitObjCTypeParamType()