HomeSort by relevance Sort by last modified time
    Searched defs:method_iterator (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclCXX.h 751 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
761 method_iterator method_begin() const {
762 return method_iterator(decls_begin());
765 method_iterator method_end() const {
766 return method_iterator(decls_end());
1799 typedef const CXXMethodDecl *const* method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]
DeclObjC.h 723 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
730 method_iterator meth_begin() const {
731 return method_iterator(decls_begin());
733 method_iterator meth_end() const {
734 return method_iterator(decls_end());
    [all...]

Completed in 518 milliseconds