Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td858 return ctx.getObjCTypeParamType(declaration, qualifiers);
H A DASTContext.h1569 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1433 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
H A DASTContext.cpp5170 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()
5235 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext
5272 QualType UpdatedTy = getObjCTypeParamType(New, protocols); in adjustObjCTypeParamBoundType()