LLDB mainline
lldb_private::SourceManager::SupportFileAndLine Struct Reference

#include <SourceManager.h>

Public Member Functions

 SupportFileAndLine (SupportFileNSP support_file_nsp, uint32_t line)

Public Attributes

SupportFileNSP support_file_nsp
uint32_t line

Detailed Description

Definition at line 182 of file SourceManager.h.

Constructor & Destructor Documentation

◆ SupportFileAndLine()

lldb_private::SourceManager::SupportFileAndLine::SupportFileAndLine ( SupportFileNSP support_file_nsp,
uint32_t line )
inline

Definition at line 185 of file SourceManager.h.

References line, and support_file_nsp.

Member Data Documentation

◆ line

uint32_t lldb_private::SourceManager::SupportFileAndLine::line

Definition at line 184 of file SourceManager.h.

Referenced by SupportFileAndLine().

◆ support_file_nsp

SupportFileNSP lldb_private::SourceManager::SupportFileAndLine::support_file_nsp

Definition at line 183 of file SourceManager.h.

Referenced by SupportFileAndLine().


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