Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h196 size_t GetNumMemberFunctions() const;
DTypeSystem.h239 virtual size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) = 0;
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp368 size_t CompilerType::GetNumMemberFunctions() const { in GetNumMemberFunctions() function in CompilerType
370 return m_type_system->GetNumMemberFunctions(m_type); in GetNumMemberFunctions()
/external/llvm-project/lldb/source/API/
DSBType.cpp305 return m_opaque_sp->GetCompilerType(true).GetNumMemberFunctions(); in GetNumberOfMemberFunctions()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h697 size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp4222 TypeSystemClang::GetNumMemberFunctions(lldb::opaque_compiler_type_t type) { in GetNumMemberFunctions() function in TypeSystemClang