Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1013 return method_range(meth_begin(), meth_end()); in methods()
1016 method_iterator meth_begin() const { in meth_begin() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2225 ObjCCategoryDecl::method_iterator Method2 = D2->meth_begin(), in IsStructurallyEquivalent()
2227 for (ObjCCategoryDecl::method_iterator Method1 = D1->meth_begin(), in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4348 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()
4364 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()
4432 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()
4462 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp634 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()