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

  /external/clang/include/clang/Index/
SelectorMap.h 39 typedef pair_value_iterator<SelMethMapTy::iterator> method_iterator; typedef in class:clang::idx::SelectorMap
42 method_iterator methods_begin(Selector Sel) const;
43 method_iterator methods_end(Selector Sel) const;
  /external/clang/include/clang/AST/
DeclCXX.h 660 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
664 method_iterator method_begin() const {
665 return method_iterator(decls_begin());
668 method_iterator method_end() const {
669 return method_iterator(decls_end());
1299 typedef const CXXMethodDecl ** method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]
DeclObjC.h 366 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
367 method_iterator meth_begin() const {
368 return method_iterator(decls_begin());
370 method_iterator meth_end() const {
371 return method_iterator(decls_end());
    [all...]

Completed in 65 milliseconds