Home | History | Annotate | Download | only in Serialization

Lines Matching defs:UnusedFileScopedDecls

3888   RecordData UnusedFileScopedDecls;
3890 AddLazyVectorDecls(*this, SemaRef.UnusedFileScopedDecls,
3891 UnusedFileScopedDecls);
4175 if (!UnusedFileScopedDecls.empty())
4176 Stream.EmitRecord(UNUSED_FILESCOPED_DECLS, UnusedFileScopedDecls);