Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Method

550       ObjCMethodDecl *Method
552 if (!Result.Instance.Method) {
553 // This is the first method, which is the easy case.
554 Result.Instance.Method = Method;
561 Prev->Next = new (Mem) ObjCMethodList(Method, 0);
568 ObjCMethodDecl *Method
570 if (!Result.Factory.Method) {
571 // This is the first method, which is the easy case.
572 Result.Factory.Method = Method;
579 Prev->Next = new (Mem) ObjCMethodList(Method, 0);
589 /// \brief The on-disk hash table used for the global method pool.
1724 /// \brief The on-disk hash table used for the global method pool.
4264 std::fprintf(stderr, " %u/%u method pool entries read (%f%%)\n",
4268 std::fprintf(stderr, " %u method pool misses\n", NumMethodPoolMisses);