Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Cls

690   void addClassMethSummary(const char* Cls, const char* name,
692 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
698 void addInstMethSummary(const char* Cls, const char* nullaryName,
700 IdentifierInfo* ClsII = &Ctx.Idents.get(Cls);
711 void addInstMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
714 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
718 void addClsMethSummary(const char* Cls, const RetainSummary * Summ, ...) {
721 addMethodSummary(&Ctx.Idents.get(Cls),ObjCClassMethodSummaries, Summ, argp);