Home | History | Annotate | Download | only in Serialization

Lines Matching defs:UnusedFileScopedDecls

3587   RecordData UnusedFileScopedDecls;
3589 AddLazyVectorDecls(*this, SemaRef.UnusedFileScopedDecls,
3590 UnusedFileScopedDecls);
3859 if (!UnusedFileScopedDecls.empty())
3860 Stream.EmitRecord(UNUSED_FILESCOPED_DECLS, UnusedFileScopedDecls);