Lines Matching refs:Interface
183 if (ObjCInterfaceDecl *Interface = Method->getClassInterface())
184 ObjCImplementation = Interface->getImplementation();
1819 // The interface can be NULL.
3300 // Add property results based on our interface.
3308 // Add properties from the protocols in a qualified interface.
3992 // Since we have an interface or protocol, we can end it.
4018 // @interface name
4021 Builder.AddTypedTextChunk(OBJC_AT_KEYWORD_NAME(NeedAt,interface));
4431 // Try to find the interface where getters might live.
4459 // Try to find the interface where setters might live.
4782 // Figure out which interface we're in.
4810 // "super" names an interface. Use it.
4883 // If the given name refers to an interface type, retrieve the
4888 if (const ObjCObjectType *Interface = T->getAs<ObjCObjectType>())
4889 CDecl = Interface->getInterface();
5063 // Handle messages to a pointer to interface type.
5287 /// \brief Add all of the Objective-C interface declarations that we find in
5380 // interface.
5410 // Find the corresponding interface. If we couldn't find the interface, the
5422 // Add all of the categories that have have corresponding interface
5499 // Figure out which interface we're looking into.
5623 // If this category is the original class, jump to the interface.
5797 // If this interface type is not provably derived from a known