Lines Matching refs:Instance
266 /// AddAnyMethodToGlobalPool - Add any method, instance or factory to global
706 // scope until later (after the instance variable block), but we want the
2039 // Instance ivar to Implementation's DeclContext.
2130 /// example, if A is a subclass of B, then B* may refer to an instance of A.
2131 /// The principle of substitutability means that we may use an instance of A
2132 /// anywhere that we may use an instance of B - it will implement all of the
2533 /// with each protocol / interface / category the flattened instance tables. If
2616 // Is IDecl derived from 'NSProxy'? If so, no instance methods
2631 // check unimplemented instance methods.
2638 true /* instance */,
2653 true /* instance */,
2674 // See above comment for instance method lookups.
2705 // Check and see if instance methods in class interface have been
2843 // Check and see if instance methods in class interface have been
3226 bool instance) {
3241 ObjCMethodList &Entry = instance ? Pos->second.first : Pos->second.second;
3265 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, bool instance) {
3273 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second;
3306 bool instance) {
3315 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second;
3427 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/))
3457 // instance methods
3575 /// Check for instance method of the same name with incompatible types
3812 // Bypass this search if we've never seen an instance/class method
4371 /// instance variables of ClassName into Decls.
4386 // Collect the instance variables
4595 if (E->getReceiverKind() == ObjCMessageExpr::Instance &&