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

/external/clang/include/clang/AST/
H A DType.h1814 // The following is a convenience method that returns an ObjCObjectPointerType
1816 const ObjCObjectPointerType *getAsObjCInterfacePointerType() const;
1817 const ObjCObjectPointerType *getAsObjCQualifiedIdType() const;
1818 const ObjCObjectPointerType *getAsObjCQualifiedClassType() const;
4549 /// 'id' is a TypedefType which is sugar for an ObjCObjectPointerType whose
4553 /// 'id<P>' is an ObjCObjectPointerType whose pointee is an ObjCObjectType
4558 // after the ObjCObjectPointerType node.
4560 // after the type arguments of ObjCObjectPointerType node.
4608 /// user, which is a typedef for an ObjCObjectPointerType)
4820 class ObjCObjectPointerType class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4823 ObjCObjectPointerType(QualType Canonical, QualType Pointee) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
[all...]

Completed in 5969 milliseconds