Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h657 using method_iterator = specific_decl_iterator<CXXMethodDecl>; global() variable
2173 using method_iterator = const CXXMethodDecl *const *; global() variable
H A DDeclObjC.h1011 using method_iterator = specific_decl_iterator<ObjCMethodDecl>; variable