Lines Matching full:allmethods
3697 // Note: For class/category implementations, allMethods is always null.3698 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods,3717 for (unsigned i = 0, e = allMethods.size(); i != e; i++ ) {3719 cast_or_null<ObjCMethodDecl>(allMethods[i]);