Searched refs:attr_end (Results 1 – 2 of 2) sorted by relevance
455 return attr_range(attr_begin(), attr_end()); in attrs()461 attr_iterator attr_end() const { in attr_end() function487 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
1024 for (Decl::attr_iterator I = D->attr_begin(), E = D->attr_end(); I != E; in dumpDecl()