Searched refs:getObjCObjectType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 756 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()
|
D | SemaExprObjC.cpp | 848 Context.getObjCObjectType(Context.ObjCBuiltinIdTy, in BuildObjCDictionaryLiteral()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 3560 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()
|
D | ASTImporter.cpp | 1813 return Importer.getToContext().getObjCObjectType(ToBaseType, in VisitObjCObjectType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1170 QualType getObjCObjectType(QualType Base,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5560 return Context.getObjCObjectType(Base, Protos.data(), NumProtos); in readTypeRecord()
|