HomeSort by relevance Sort by last modified time
    Searched full:method_iterator (Results 1 - 18 of 18) 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/lib/Index/
SelectorMap.cpp 66 SelectorMap::method_iterator
68 return method_iterator(SelMethMap.lower_bound(Sel));
71 SelectorMap::method_iterator
73 return method_iterator(SelMethMap.upper_bound(Sel));
Analyzer.cpp 368 for (SelectorMap::method_iterator
  /external/clang/lib/AST/
CXXInheritance.cpp 527 for (CXXRecordDecl::method_iterator M = RD->method_begin(),
557 typedef std::pair<CXXMethodDecl::method_iterator,
558 CXXMethodDecl::method_iterator> OverriddenMethods;
VTableBuilder.cpp 410 for (CXXRecordDecl::method_iterator I = RD->method_begin(),
693 for (CXXRecordDecl::method_iterator I = RD->method_begin(),
    [all...]
DeclCXX.cpp 396 for (method_iterator I = method_begin(), E = method_end(); I != E; ++I)
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 451 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef in class:clang::ObjCContainerDecl
452 method_iterator meth_begin() const {
453 return method_iterator(decls_begin());
455 method_iterator meth_end() const {
456 return method_iterator(decls_end());
    [all...]
DeclCXX.h 668 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef in class:clang::CXXRecordDecl
672 method_iterator method_begin() const {
673 return method_iterator(decls_begin());
676 method_iterator method_end() const {
677 return method_iterator(decls_end());
1381 typedef const CXXMethodDecl ** method_iterator; typedef in class:clang::CXXMethodDecl
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 216 for (ObjCContainerDecl::method_iterator MI = ID->meth_begin(),
  /external/clang/tools/libclang/
CXCursor.cpp 811 for (CXXMethodDecl::method_iterator
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 667 for (ObjCInterfaceDecl::method_iterator i = ID->meth_begin(),
675 for (ObjCCategoryDecl::method_iterator i = CAT->meth_begin(),
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 845 for(CXXRecordDecl::method_iterator I = RD->method_begin(),
    [all...]

Completed in 1200 milliseconds