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/
DeclObjC.h 511 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
512 method_iterator meth_begin() const {
513 return method_iterator(decls_begin());
515 method_iterator meth_end() const {
516 return method_iterator(decls_end());
    [all...]
DeclCXX.h 728 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
732 method_iterator method_begin() const {
733 return method_iterator(decls_begin());
736 method_iterator method_end() const {
737 return method_iterator(decls_end());
1684 typedef const CXXMethodDecl *const* method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]

Completed in 133 milliseconds