Home | History | Annotate | Download | only in AST

Lines Matching refs:AttrVec

188     AttrVec &Attrs = D->getAttrs();
189 for (AttrVec::const_iterator i=Attrs.begin(), e=Attrs.end(); i!=e; ++i) {