Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Interface

1036   // deserializing the interface declaration, so that it will consider this
3444 /// \brief Given an ObjC interface, goes through the modules and links to the
3445 /// interface all the categories for it.
3449 ObjCInterfaceDecl *Interface;
3478 << Interface->getDeclName() << Cat->getDeclName();
3490 Interface->setCategoryListRaw(Cat);
3497 ObjCInterfaceDecl *Interface,
3500 : Reader(Reader), InterfaceID(InterfaceID), Interface(Interface),
3505 for (auto *Cat : Interface->known_categories()) {