Home
last modified time | relevance | path

Searched refs:method_end (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4327 cxx_record_decl->method_end()); in GetNumMemberFunctions()
4391 auto method_end = cxx_record_decl->method_end(); in GetMemberFunctionAtIndex() local
4393 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4427 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4429 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4457 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex() local
4459 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h632 return method_range(method_begin(), method_end()); in methods()
642 method_iterator method_end() const { in method_end() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3346 Node.method_end(), Finder, &Result); in AST_MATCHER_P()
3347 if (MatchIt == Node.method_end()) in AST_MATCHER_P()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1102 method_iter != record_decl->method_end(); in ParseSubroutine()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2401 CXXDecl->method_end())) in shouldOmitDefinition()