Home | History | Annotate | Download | only in Sema

Lines Matching defs:IT

20 //  needing an r-value, it is treated as if it were a message-send
23 // If it is used as the LHS of a simple assignment, it is treated
26 // If it is used as the LHS of a compound assignment, or the operand
382 // If the expression hasn't already been captured, just capture it
390 // Otherwise, it must already be one of our semantic expressions;
431 // expression may require it to be rewritten. In these cases, we
572 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
573 return S.LookupMethodInObjectType(sel, IT, false);
675 // that declared the @property. But it's not clear that that's
697 // If we have a base, capture it in an OVE and rebuild the syntactic
855 /// \return true if it was possible, whether or not it actually
894 // Otherwise, it's an error.
902 // If there is a setter, we definitely want to use it.
938 // Otherwise, it's an error.
947 // If there is a setter, we definitely want to use it.
977 /// FIXME. Remove this routine if it is proven that no additional
1618 /// Given a pseudo-object reference, rebuild it without the opaque
1629 /// Given a pseudo-object expression, recreate what it looks like