Home
last modified time | relevance | path

Searched refs:getObjCObjectType (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp757 Result = Context.getObjCObjectType(Context.ObjCBuiltinIdTy, in ConvertDeclSpecToType()
929 Result = Context.getObjCObjectType(Result, in ConvertDeclSpecToType()
934 Result = Context.getObjCObjectType(Context.ObjCBuiltinIdTy, in ConvertDeclSpecToType()
940 Result = Context.getObjCObjectType(Context.ObjCBuiltinClassTy, in ConvertDeclSpecToType()
H A DSemaExprObjC.cpp846 Context.getObjCObjectType(Context.ObjCBuiltinIdTy, in BuildObjCDictionaryLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3538 QualType ASTContext::getObjCObjectType(QualType BaseType, in getObjCObjectType() function in ASTContext
3564 Canonical = getObjCObjectType(getCanonicalType(BaseType), in getObjCObjectType()
3567 Canonical = getObjCObjectType(getCanonicalType(BaseType), in getObjCObjectType()
5832 QualType T = getObjCObjectType(ObjCBuiltinIdTy, nullptr, 0); in getObjCIdDecl()
5849 QualType T = getObjCObjectType(ObjCBuiltinClassTy, nullptr, 0); in getObjCClassDecl()
6772 Result = getObjCObjectType(Result, Protocols.data(), Protocols.size()); in areCommonBaseCompatible()
H A DASTImporter.cpp1791 return Importer.getToContext().getObjCObjectType(ToBaseType, in VisitObjCObjectType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1168 QualType getObjCObjectType(QualType Base,
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5499 return Context.getObjCObjectType(Base, Protos.data(), NumProtos); in readTypeRecord()