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

/external/clang/lib/AST/
H A DASTContext.cpp3482 QualType ASTContext::getObjCObjectType(QualType BaseType, function in class:ASTContext
3508 Canonical = getObjCObjectType(getCanonicalType(BaseType),
3511 Canonical = getObjCObjectType(getCanonicalType(BaseType),
5741 QualType T = getObjCObjectType(ObjCBuiltinIdTy, nullptr, 0);
5758 QualType T = getObjCObjectType(ObjCBuiltinClassTy, nullptr, 0);
6683 Result = getObjCObjectType(Result, Protocols.data(), Protocols.size());
H A DASTImporter.cpp1791 return Importer.getToContext().getObjCObjectType(ToBaseType,
/external/clang/lib/Sema/
H A DSemaType.cpp755 Result = Context.getObjCObjectType(Context.ObjCBuiltinIdTy,
927 Result = Context.getObjCObjectType(Result,
932 Result = Context.getObjCObjectType(Context.ObjCBuiltinIdTy,
938 Result = Context.getObjCObjectType(Context.ObjCBuiltinClassTy,
H A DSemaExprObjC.cpp846 Context.getObjCObjectType(Context.ObjCBuiltinIdTy,
/external/clang/include/clang/AST/
H A DASTContext.h1146 QualType getObjCObjectType(QualType Base,
/external/clang/lib/Serialization/
H A DASTReader.cpp5379 return Context.getObjCObjectType(Base, Protos.data(), NumProtos);

Completed in 382 milliseconds