Searched defs:method_iterator (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h745 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
755 method_iterator method_begin() const {
756 return method_iterator(decls_begin());
759 method_iterator method_end() const {
760 return method_iterator(decls_end());
1787 typedef const CXXMethodDecl *const* method_iterator; typedef in class:clang::CXXMethodDecl
1789 method_iterator begin_overridden_methods() const;
1790 method_iterator end_overridden_methods() const;
H A DDeclObjC.h537 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
544 method_iterator meth_begin() const {
545 return method_iterator(decls_begin());
547 method_iterator meth_end() const {
548 return method_iterator(decls_end());

Completed in 571 milliseconds