Home | History | Annotate | Download | only in Sema

Lines Matching refs: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
299 // If the expression hasn't already been captured, just capture it
307 // Otherwise, it must already be one of our semantic expressions;
470 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
471 return S.LookupMethodInObjectType(sel, IT, false);
540 // that declared the @property. But it's not clear that that's
550 // If we have a base, capture it in an OVE and rebuild the syntactic
702 /// \return true if it was possible, whether or not it actually
736 // Otherwise, it's an error.
744 // If there is a setter, we definitely want to use it.
780 // Otherwise, it's an error.
789 // If there is a setter, we definitely want to use it.
809 /// FIXME. Remove this routine if it is proven that no additional
1313 /// Given a pseudo-object reference, rebuild it without the opaque
1338 /// Given a pseudo-object expression, recreate what it looks like