HomeSort by relevance Sort by last modified time
    Searched refs:method_iterator (Results 1 - 17 of 17) 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/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...]
  /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;
DeclCXX.cpp 398 for (method_iterator I = method_begin(), E = method_end(); I != E; ++I)
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 209 for (ObjCContainerDecl::method_iterator MI = ID->meth_begin(),
  /external/clang/lib/CodeGen/
CGVTables.cpp 416 for (CXXRecordDecl::method_iterator I = RD->method_begin(),
867 for (CXXRecordDecl::method_iterator I = RD->method_begin(),
    [all...]
CGDebugInfo.cpp 796 for(CXXRecordDecl::method_iterator I = RD->method_begin(),
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 702 for (ObjCInterfaceDecl::method_iterator i = ID->meth_begin(),
710 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...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1402 milliseconds