Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp756 Result = Context.getObjCObjectType(Context.ObjCBuiltinIdTy, in ConvertDeclSpecToType()
931 Result = Context.getObjCObjectType(Result, in ConvertDeclSpecToType()
936 Result = Context.getObjCObjectType(Context.ObjCBuiltinIdTy, in ConvertDeclSpecToType()
942 Result = Context.getObjCObjectType(Context.ObjCBuiltinClassTy, in ConvertDeclSpecToType()
DSemaExprObjC.cpp848 Context.getObjCObjectType(Context.ObjCBuiltinIdTy, in BuildObjCDictionaryLiteral()
/external/clang/lib/AST/
DASTContext.cpp3560 QualType ASTContext::getObjCObjectType(QualType BaseType, in getObjCObjectType() function in ASTContext
3586 Canonical = getObjCObjectType(getCanonicalType(BaseType), in getObjCObjectType()
3589 Canonical = getObjCObjectType(getCanonicalType(BaseType), in getObjCObjectType()
5867 QualType T = getObjCObjectType(ObjCBuiltinIdTy, nullptr, 0); in getObjCIdDecl()
5884 QualType T = getObjCObjectType(ObjCBuiltinClassTy, nullptr, 0); in getObjCClassDecl()
6807 Result = getObjCObjectType(Result, Protocols.data(), Protocols.size()); in areCommonBaseCompatible()
DASTImporter.cpp1813 return Importer.getToContext().getObjCObjectType(ToBaseType, in VisitObjCObjectType()
/external/clang/include/clang/AST/
DASTContext.h1170 QualType getObjCObjectType(QualType Base,
/external/clang/lib/Serialization/
DASTReader.cpp5560 return Context.getObjCObjectType(Base, Protos.data(), NumProtos); in readTypeRecord()