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 770 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
774 method_iterator method_begin() const {
775 return method_iterator(decls_begin());
778 method_iterator method_end() const {
779 return method_iterator(decls_end());
1595 typedef const CXXMethodDecl *const* method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]
DeclObjC.h 483 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
484 method_iterator meth_begin() const {
485 return method_iterator(decls_begin());
487 method_iterator meth_end() const {
488 return method_iterator(decls_end());
    [all...]

Completed in 165 milliseconds