Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td850 return ctx.getObjCTypeParamType(declaration, qualifiers);
DASTContext.h1526 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1432 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
DASTContext.cpp5100 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()
5165 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext
5202 QualType UpdatedTy = getObjCTypeParamType(New, protocols); in adjustObjCTypeParamBoundType()