Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h728 return method_range(meth_begin(), meth_end()); in methods()
733 method_iterator meth_end() const { in meth_end() function
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp1818 …um_functions = std::distance(class_interface_decl->meth_begin(), class_interface_decl->meth_end()); in GetNumMemberFunctions()
1832 …um_functions = std::distance(class_interface_decl->meth_begin(), class_interface_decl->meth_end()); in GetNumMemberFunctions()
1911 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()
1941 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp646 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()