Home | History | Annotate | Download | only in AST

Lines Matching refs:attr_begin

669   bool HasAttrs = D->attr_begin() != D->attr_end();
679 for (Decl::attr_iterator I = D->attr_begin(), E = D->attr_end();