Home | History | Annotate | Download | only in Parse

Lines Matching refs:ClsType

275   Decl *ClsType =
283 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, AtLoc);
285 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType);
286 return ClsType;