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
311 // If the expression hasn't already been captured, just capture it
319 // Otherwise, it must already be one of our semantic expressions;
481 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
482 return S.LookupMethodInObjectType(sel, IT, false);
586 // that declared the @property. But it's not clear that that's
596 // If we have a base, capture it in an OVE and rebuild the syntactic
748 /// \return true if it was possible, whether or not it actually
782 // Otherwise, it's an error.
790 // If there is a setter, we definitely want to use it.
826 // Otherwise, it's an error.
835 // If there is a setter, we definitely want to use it.
868 /// FIXME. Remove this routine if it is proven that no additional
1400 /// Given a pseudo-object reference, rebuild it without the opaque
1425 /// Given a pseudo-object expression, recreate what it looks like