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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h192 size_t GetNumMemberFunctions() const;
H A DTypeSystem.h232 virtual size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h612 size_t GetNumMemberFunctions(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp376 size_t CompilerType::GetNumMemberFunctions() const { function in class:CompilerType
378 return m_type_system->GetNumMemberFunctions(m_type);
H A DClangASTContext.cpp4032 ClangASTContext::GetNumMemberFunctions(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp306 return m_opaque_sp->GetCompilerType(true).GetNumMemberFunctions();

Completed in 326 milliseconds