Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4397 auto method_end = cxx_record_decl->method_end(); GetMemberFunctionAtIndex() local
4433 auto method_end = class_interface_decl->meth_end(); GetMemberFunctionAtIndex() local
4463 auto method_end = class_interface_decl->meth_end(); GetMemberFunctionAtIndex() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h671 method_iterator method_end() const { method_end() function