Searched defs:method_end (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 4397 auto method_end = cxx_record_decl->method_end(); GetMemberFunctionAtIndex() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclCXX.h | 671 method_iterator method_end() const { method_end() function |