Home | History | Annotate | Download | only in Sema

Lines Matching refs:Instance

264                                                         /*Instance=*/false);
269 // in the Sema instance.
620 // in the Sema instance.
788 Context.getTranslationUnitDecl(), false /*Instance*/,
897 false /*Instance*/, false/*isVariadic*/,
1142 // first, instance methods
1243 // C++ case, we don't require an instance method --- class methods
1309 // - if the method found is an instance method, but the message send
1745 bool Instance)
1749 if ((MD = PROTO->lookupMethod(Sel, Instance))) {
2049 // trailing dot, it's an instance message.
2064 // Fall back: let the parser try to parse it as an instance message.
2086 // it's an instance message.
2090 // message. Otherwise, it's an instance message.
2133 // Fall back: let the parser try to parse it as an instance message.
2172 // Since we are in an instance method, this is an instance
2173 // message to the superclass instance.
2492 /// \brief Build an Objective-C instance message expression.
2494 /// This routine takes care of both normal instance messages and
2495 /// instance messages to the superclass instance.
2499 /// sending to the superclass instance and \p SuperLoc must be a valid
2504 /// same type as that expression. For a superclass instance send, this
2508 /// superclass instance message.
2512 /// \param Method The method that this instance message is invoking, if
2663 // warn if instance method found for a Class message.
2716 // Search protocols for instance methods.
2943 // Construct the appropriate ObjCMessageExpr instance.
3866 // Check for an existing instance method with the given selector name.