HomeSort by relevance Sort by last modified time
    Searched refs:method_iterator (Results 1 - 12 of 12) 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...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
CXXInheritance.cpp 559 typedef llvm::iterator_range<CXXMethodDecl::method_iterator>
RecordLayoutBuilder.cpp     [all...]
VTableBuilder.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 325 CXXMethodDecl::method_iterator I = D->begin_overridden_methods(),
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]

Completed in 315 milliseconds