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.td980 return ctx.getObjCTypeParamType(declaration, qualifiers);
H A DASTContext.h1931 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1481 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
H A DASTContext.cpp6204 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()
6269 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext
6306 QualType UpdatedTy = getObjCTypeParamType(New, protocols); in adjustObjCTypeParamBoundType()
H A DASTImporter.cpp2124 return Importer.getToContext().getObjCTypeParamType(*ToDeclOrErr, in VisitObjCTypeParamType()