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

/external/clang/include/clang/AST/
H A DType.h4168 /// 'C' is an ObjCInterfaceType C. It is sugar for an ObjCObjectType
4217 /// - an ObjCObjectType (currently always an ObjCInterfaceType)
4270 /// ObjCInterfaceType. Code outside of ASTContext and the core type
4296 /// ObjCInterfaceType - Interfaces are the core concept in Objective-C for
4302 /// ObjCInterfaceType guarantees the following properties when considered
4305 /// tries to invoke the protocol methods via an ObjCInterfaceType will
4307 /// - It is its own base type. That is, if T is an ObjCInterfaceType*,
4309 class ObjCInterfaceType : public ObjCObjectType { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4312 ObjCInterfaceType(const ObjCInterfaceDecl *D) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4331 // class. People asking for protocols on an ObjCInterfaceType ar
[all...]

Completed in 192 milliseconds