Home
last modified time | relevance | path

Searched refs:getObjCProtoType (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp79 QualType(Ty,0) == Context.getObjCProtoType()) in Desugar()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1502 QualType getObjCProtoType() const { in getObjCProtoType() function
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1717 CGM.getTypes().ConvertType(CGM.getContext().getObjCProtoType()); in GenerateProtocolRef()
H A DCGObjCMac.cpp200 llvm::Type *T = Types.ConvertType(Ctx.getObjCProtoType()); in getExternalProtocolPtrTy()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1116 QualType Ty = Context.getObjCProtoType(); in ParseObjCProtocolExpression()