LLDB mainline
Public Member Functions | Private Attributes | List of all members
lldb_private::Language::MethodNameVariant Class Reference

#include <Language.h>

Public Member Functions

 MethodNameVariant (ConstString name, lldb::FunctionNameType type)
 
ConstString GetName () const
 
lldb::FunctionNameType GetType () const
 

Private Attributes

ConstString m_name
 
lldb::FunctionNameType m_type
 

Detailed Description

Definition at line 199 of file Language.h.

Constructor & Destructor Documentation

◆ MethodNameVariant()

lldb_private::Language::MethodNameVariant::MethodNameVariant ( ConstString  name,
lldb::FunctionNameType  type 
)
inline

Definition at line 204 of file Language.h.

Member Function Documentation

◆ GetName()

ConstString lldb_private::Language::MethodNameVariant::GetName ( ) const
inline

Definition at line 206 of file Language.h.

References m_name.

◆ GetType()

lldb::FunctionNameType lldb_private::Language::MethodNameVariant::GetType ( ) const
inline

Definition at line 207 of file Language.h.

References m_type.

Member Data Documentation

◆ m_name

ConstString lldb_private::Language::MethodNameVariant::m_name
private

Definition at line 200 of file Language.h.

Referenced by GetName().

◆ m_type

lldb::FunctionNameType lldb_private::Language::MethodNameVariant::m_type
private

Definition at line 201 of file Language.h.

Referenced by GetType().


The documentation for this class was generated from the following file: