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
359 // If the expression hasn't already been captured, just capture it
367 // Otherwise, it must already be one of our semantic expressions;
530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
531 return S.LookupMethodInObjectType(sel, IT, false);
635 // that declared the @property. But it's not clear that that's
645 // If we have a base, capture it in an OVE and rebuild the syntactic
796 /// \return true if it was possible, whether or not it actually
830 // Otherwise, it's an error.
838 // If there is a setter, we definitely want to use it.
874 // Otherwise, it's an error.
883 // If there is a setter, we definitely want to use it.
916 /// FIXME. Remove this routine if it is proven that no additional
1527 /// Given a pseudo-object reference, rebuild it without the opaque
1556 /// Given a pseudo-object expression, recreate what it looks like