Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Attrs

3394 void ASTWriter::WriteAttributes(ArrayRef<const Attr*> Attrs,
3396 Record.push_back(Attrs.size());
3397 for (ArrayRef<const Attr *>::iterator i = Attrs.begin(),
3398 e = Attrs.end(); i != e; ++i){
3400 Record.push_back(A->getKind()); // FIXME: stable encoding, target attrs