Home
last modified time | relevance | path

Searched refs:GetNumMemberFunctions (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h313 size_t GetNumMemberFunctions() const;
H A DTypeSystem.h260 virtual size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp628 size_t CompilerType::GetNumMemberFunctions() const { in GetNumMemberFunctions() function in CompilerType
631 return type_system_sp->GetNumMemberFunctions(m_type); in GetNumMemberFunctions()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp313 return m_opaque_sp->GetCompilerType(true).GetNumMemberFunctions(); in GetNumberOfMemberFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h771 size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4318 TypeSystemClang::GetNumMemberFunctions(lldb::opaque_compiler_type_t type) { in GetNumMemberFunctions() function in TypeSystemClang