Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4423 auto method_end = cxx_record_decl->method_end(); in GetMemberFunctionAtIndex() local
4459 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4489 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h649 method_iterator method_end() const { in method_end() function