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

/external/clang/include/clang/AST/
H A DType.h4279 /// 'C' is an ObjCInterfaceType C. It is sugar for an ObjCObjectType
4328 /// - an ObjCObjectType (currently always an ObjCInterfaceType)
4383 /// ObjCInterfaceType. Code outside of ASTContext and the core type
4409 /// ObjCInterfaceType - Interfaces are the core concept in Objective-C for
4415 /// ObjCInterfaceType guarantees the following properties when considered
4418 /// tries to invoke the protocol methods via an ObjCInterfaceType will
4420 /// - It is its own base type. That is, if T is an ObjCInterfaceType*,
4422 class ObjCInterfaceType : public ObjCObjectType { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
4425 ObjCInterfaceType(const ObjCInterfaceDecl *D) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType
4444 // class. People asking for protocols on an ObjCInterfaceType ar
[all...]

Completed in 585 milliseconds