Home | History | Annotate | Download | only in Parse

Lines Matching refs:ClsType

296   Decl *ClsType =
304 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc);
306 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType);
307 return ClsType;