Home
last modified time | relevance | path

Searched refs:meth_begin (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1014 return method_range(meth_begin(), meth_end()); in methods()
1017 method_iterator meth_begin() const { in meth_begin() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2531 ObjCCategoryDecl::method_iterator Method2 = D2->meth_begin(), in IsStructurallyEquivalent()
2533 for (ObjCCategoryDecl::method_iterator Method1 = D1->meth_begin(), in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4423 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()
4439 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()
4507 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()
4537 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()