Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1016 return method_range(meth_begin(), meth_end()); in methods()
1023 method_iterator meth_end() const { in meth_end() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2263 Method2End = D2->meth_end(); in IsStructurallyEquivalent()
2265 Method1End = D1->meth_end(); in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp634 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4393 class_interface_decl->meth_end()); in GetNumMemberFunctions()
4409 class_interface_decl->meth_end()); in GetNumMemberFunctions()
4477 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()
4507 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()