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

/external/clang/include/clang/AST/
H A DType.h4173 /// 'C' is an ObjCInterfaceType C. It is sugar for an ObjCObjectType
4222 /// - an ObjCObjectType (currently always an ObjCInterfaceType)
4276 /// ObjCInterfaceType. Code outside of ASTContext and the core type
4302 /// ObjCInterfaceType - Interfaces are the core concept in Objective-C for
4308 /// ObjCInterfaceType guarantees the following properties when considered
4311 /// tries to invoke the protocol methods via an ObjCInterfaceType will
4313 /// - It is its own base type. That is, if T is an ObjCInterfaceType*,
4315 class ObjCInterfaceType : public ObjCObjectType { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4318 ObjCInterfaceType(const ObjCInterfaceDecl *D) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4335 static bool classof(const ObjCInterfaceType *) { retur
[all...]

Completed in 46 milliseconds