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

/external/clang/include/clang/AST/
H A DType.h1676 // The following is a convenience method that returns an ObjCObjectPointerType
1678 const ObjCObjectPointerType *getAsObjCInterfacePointerType() const;
1679 const ObjCObjectPointerType *getAsObjCQualifiedIdType() const;
1680 const ObjCObjectPointerType *getAsObjCQualifiedClassType() const;
4284 /// 'id' is a TypedefType which is sugar for an ObjCObjectPointerType whose
4288 /// 'id<P>' is an ObjCObjectPointerType whose pointee is an ObjCObjectType
4293 // after the ObjCObjectPointerType node.
4326 /// user, which is a typedef for an ObjCObjectPointerType)
4463 /// ObjCObjectPointerType - Used to represent a pointer to an
4472 class ObjCObjectPointerType class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4475 ObjCObjectPointerType(QualType Canonical, QualType Pointee) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
[all...]

Completed in 315 milliseconds