Home
last modified time | relevance | path

Searched refs:attr_end (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h455 return attr_range(attr_begin(), attr_end()); in attrs()
461 attr_iterator attr_end() const { in attr_end() function
487 return specific_attr_iterator<T>(attr_end()); in specific_attr_end()
/external/clang/lib/AST/
DASTDumper.cpp1024 for (Decl::attr_iterator I = D->attr_begin(), E = D->attr_end(); I != E; in dumpDecl()