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 771 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
775 method_iterator method_begin() const {
776 return method_iterator(decls_begin());
779 method_iterator method_end() const {
780 return method_iterator(decls_end());
1614 typedef const CXXMethodDecl *const* method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]
DeclObjC.h 460 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
461 method_iterator meth_begin() const {
462 return method_iterator(decls_begin());
464 method_iterator meth_end() const {
465 return method_iterator(decls_end());
    [all...]

Completed in 30 milliseconds