Home | History | Annotate | Download | only in Serialization

Lines Matching refs:AttrVec

3067 void ASTWriter::WriteAttributes(const AttrVec &Attrs, RecordDataImpl &Record) {
3069 for (AttrVec::const_iterator i = Attrs.begin(), e = Attrs.end(); i != e; ++i){