LLDB mainline
lldb_private::SourceManager::SupportFileAndLine Struct Reference

#include <SourceManager.h>

Public Member Functions

 SupportFileAndLine (lldb::SupportFileSP support_file_sp, uint32_t line)

Public Attributes

lldb::SupportFileSP support_file_sp
uint32_t line

Detailed Description

Definition at line 180 of file SourceManager.h.

Constructor & Destructor Documentation

◆ SupportFileAndLine()

lldb_private::SourceManager::SupportFileAndLine::SupportFileAndLine ( lldb::SupportFileSP support_file_sp,
uint32_t line )
inline

Definition at line 183 of file SourceManager.h.

References line, and support_file_sp.

Member Data Documentation

◆ line

uint32_t lldb_private::SourceManager::SupportFileAndLine::line

Definition at line 182 of file SourceManager.h.

Referenced by SupportFileAndLine().

◆ support_file_sp

lldb::SupportFileSP lldb_private::SourceManager::SupportFileAndLine::support_file_sp

Definition at line 181 of file SourceManager.h.

Referenced by SupportFileAndLine().


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