Home
last modified time | relevance | path

Searched defs:method_iterator (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h756 typedef specific_decl_iterator<CXXMethodDecl> method_iterator; typedef
1828 typedef const CXXMethodDecl *const* method_iterator; typedef
DDeclObjC.h960 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator; typedef
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h626 using method_iterator = specific_decl_iterator<CXXMethodDecl>; variable
2029 using method_iterator = const CXXMethodDecl *const *; variable
DDeclObjC.h1031 using method_iterator = specific_decl_iterator<ObjCMethodDecl>; variable