Searched defs:ObjCObjectType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp464 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, function in class:ObjCObjectType
478 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const {
479 // There is no sugar for ObjCObjectType's, just return the canonical
482 if (const ObjCObjectType *T = getAs<ObjCObjectType>())
939 return cast<ObjCObjectType>(CanonicalType)->getBaseType()
2230 return Cache::get(cast<ObjCObjectType>(T)->getBaseType());
2312 return computeLinkageInfo(cast<ObjCObjectType>(T)->getBaseType());
/external/clang/include/clang/AST/
H A DType.h1287 friend class ObjCObjectType;
1704 const ObjCObjectType *getAsObjCQualifiedInterfaceType() const;
4325 /// ObjCObjectType - Represents a class type in Objective C.
4335 /// 'C' is an ObjCInterfaceType C. It is sugar for an ObjCObjectType
4338 /// 'C<P>' is an ObjCObjectType with base C and protocol list [P].
4341 /// pointee is an ObjCObjectType with base BuiltinType::ObjCIdType
4344 /// 'id<P>' is an ObjCObjectPointerType whose pointee is an ObjCObjectType
4347 class ObjCObjectType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4348 // ObjCObjectType.NumProtocols - the number of protocols stored
4362 return const_cast<ObjCObjectType*>(thi
4372 ObjCObjectType(enum Nonce_ObjCInterface) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
[all...]

Completed in 79 milliseconds