Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Cls

691   void addClassMethSummary(const char* Cls, const char* name,
693 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
699 void addInstMethSummary(const char* Cls, const char* nullaryName,
701 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
712 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
715 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
719 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
722 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);