Searched defs:SetLine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | Declaration.h | 168 void SetLine(uint32_t line) { m_line = line; } SetLine() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBDeclaration.cpp | 97 void SBDeclaration::SetLine(uint32_t line) { in SetLine() function in SBDeclaration |
H A D | SBLineEntry.cpp | 131 void SBLineEntry::SetLine(uint32_t line) { in SetLine() function in SBLineEntry |