Lines Matching defs:it
98 /// It also returns 'true' if one of its categories has declared a 'readwrite'
184 /// in 'PropertyId' and returns it. It returns 0, if not found.
315 // This is O(n*m). But it is extremely rare and number of protocols in
511 /// class whose name is passed as argument. If it is not one of the super classes
512 /// the it returns NULL.
725 /// Otherwise it will return itself.
826 // it has to return an object.
867 ObjCMethodDecl::param_type_iterator it = param_type_begin();
868 QualType ArgT = (*it);
874 it++;
875 ArgT = (*it);
914 // 'self' is always __strong. It's actually pseudo-strong except
977 // category is not "overriden" since it is considered as the "same" method
1341 /// categories for this class and returns it. Name of the category is passed
1395 // This is dubious and is added to be compatible with gcc. In gcc, it is
1566 // it inherited.
1753 /// the implemented property that uses it.