Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Cls

672   void addClassMethSummary(const char* Cls, const char* name,
674 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
680 void addInstMethSummary(const char* Cls, const char* nullaryName,
682 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
702 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
705 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
709 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
712 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);