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

/external/clang/include/clang/AST/
H A DType.h4540 /// 'C' is an ObjCInterfaceType C. It is sugar for an ObjCObjectType
4610 /// - an ObjCObjectType (currently always an ObjCInterfaceType)
4721 /// ObjCInterfaceType. Code outside of ASTContext and the core type
4758 /// ObjCInterfaceType guarantees the following properties when considered
4761 /// tries to invoke the protocol methods via an ObjCInterfaceType will
4763 /// - It is its own base type. That is, if T is an ObjCInterfaceType*,
4765 class ObjCInterfaceType : public ObjCObjectType { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4768 ObjCInterfaceType(const ObjCInterfaceDecl *D) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4787 // class. People asking for protocols on an ObjCInterfaceType are
4802 if (const ObjCInterfaceType *
[all...]

Completed in 74 milliseconds