Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td898 return ctx.getObjCTypeParamType(declaration, qualifiers);
H A DASTContext.h1672 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1484 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
H A DASTContext.cpp5390 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()
5455 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext
5492 QualType UpdatedTy = getObjCTypeParamType(New, protocols); in adjustObjCTypeParamBoundType()