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

  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 164 for (CXXRecordDecl::method_iterator it = record_->method_begin();
182 for (CXXRecordDecl::method_iterator it = record_->method_begin();
199 for (CXXRecordDecl::method_iterator it = record_->method_begin();
216 for (CXXRecordDecl::method_iterator it = record_->method_begin();
294 for (CXXRecordDecl::method_iterator it = record_->method_begin();
361 for (CXXRecordDecl::method_iterator it = record_->method_begin();
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 292 for (CXXMethodDecl::method_iterator i = method->begin_overridden_methods();
360 for (CXXRecordDecl::method_iterator it = record->method_begin();
  /external/clang/include/clang/AST/
DeclCXX.h 745 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
755 method_iterator method_begin() const {
756 return method_iterator(decls_begin());
759 method_iterator method_end() const {
760 return method_iterator(decls_end());
1787 typedef const CXXMethodDecl *const* method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]
DeclObjC.h 537 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
544 method_iterator meth_begin() const {
545 return method_iterator(decls_begin());
547 method_iterator meth_end() const {
548 return method_iterator(decls_end());
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 572 typedef std::pair<CXXMethodDecl::method_iterator,
573 CXXMethodDecl::method_iterator> OverriddenMethods;
DeclCXX.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
VTableBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 233 CXXMethodDecl::method_iterator I = D->begin_overridden_methods(),
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 519 milliseconds