Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h211 size_t GetNumMemberFunctions() const;
H A DTypeSystem.h245 virtual size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h693 size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp408 size_t CompilerType::GetNumMemberFunctions() const { in GetNumMemberFunctions() function in CompilerType
410 return m_type_system->GetNumMemberFunctions(m_type); in GetNumMemberFunctions()
H A DClangASTContext.cpp4607 ClangASTContext::GetNumMemberFunctions(lldb::opaque_compiler_type_t type) { in GetNumMemberFunctions() function in ClangASTContext
4664 .GetNumMemberFunctions(); in GetNumMemberFunctions()
4670 .GetNumMemberFunctions(); in GetNumMemberFunctions()
4676 .GetNumMemberFunctions(); in GetNumMemberFunctions()
4681 .GetNumMemberFunctions(); in GetNumMemberFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp242 return m_opaque_sp->GetCompilerType(true).GetNumMemberFunctions(); in GetNumberOfMemberFunctions()