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

  /external/clang/lib/AST/
CXXInheritance.cpp 554 for (CXXRecordDecl::method_iterator M = RD->method_begin(),
584 typedef std::pair<CXXMethodDecl::method_iterator,
585 CXXMethodDecl::method_iterator> OverriddenMethods;
VTableBuilder.cpp 404 for (CXXRecordDecl::method_iterator I = RD->method_begin(),
687 for (CXXRecordDecl::method_iterator I = RD->method_begin(),
    [all...]
DeclCXX.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 282 for (CXXMethodDecl::method_iterator i = method->begin_overridden_methods();
346 for (CXXRecordDecl::method_iterator it = record->method_begin();
  /external/clang/include/clang/AST/
DeclCXX.h 728 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
732 method_iterator method_begin() const {
733 return method_iterator(decls_begin());
736 method_iterator method_end() const {
737 return method_iterator(decls_end());
1684 typedef const CXXMethodDecl *const* method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]
DeclObjC.h 511 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
512 method_iterator meth_begin() const {
513 return method_iterator(decls_begin());
515 method_iterator meth_end() const {
516 return method_iterator(decls_end());
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 269 for (ObjCContainerDecl::method_iterator M = D->meth_begin(), MEnd = D->meth_end();
347 for (ObjCContainerDecl::method_iterator M = PDecl->meth_begin(),
630 for (ObjCContainerDecl::method_iterator M = CDecl->meth_begin(),
TransGCAttrs.cpp 137 for (CXXRecordDecl::method_iterator
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 250 for (ObjCContainerDecl::method_iterator
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 790 for (ObjCInterfaceDecl::method_iterator i = ID->meth_begin(),
798 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 235 CXXMethodDecl::method_iterator I = D->begin_overridden_methods(),
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 540 milliseconds