Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Result

837         DeclContext::lookup_result Result = D->second.getLookupResult();
838 while (Result.first != Result.second) {
839 Writer.GetDeclRef(*Result.first);
840 ++Result.first;