Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1396 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
H A DASTContext.cpp4521 return getObjCTypeParamType(objT->getDecl(), protocols); in applyObjCProtocolQualifiers()
4586 ASTContext::getObjCTypeParamType(const ObjCTypeParamDecl *Decl, in getObjCTypeParamType() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1495 QualType getObjCTypeParamType(const ObjCTypeParamDecl *Decl,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6220 return Context.getObjCTypeParamType(Decl, Protos); in readTypeRecord()