Home
last modified time | relevance | path

Searched refs:SetLine (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDeclaration.cpp97 void SBDeclaration::SetLine(uint32_t line) { in SetLine() function in SBDeclaration
100 ref().SetLine(line); in SetLine()
H A DSBLineEntry.cpp116 void SBLineEntry::SetLine(uint32_t line) { in SetLine() function in SBLineEntry
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDeclaration.i45 SetLine (uint32_t line);
H A DSBLineEntry.i78 SetLine (uint32_t line);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDeclaration.h40 void SetLine(uint32_t line);
H A DSBLineEntry.h44 void SetLine(uint32_t line);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDeclaration.h168 void SetLine(uint32_t line) { m_line = line; } in SetLine() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp215 decl.SetLine(first_line_up->getLineNumber()); in GetDeclarationForSymbol()
H A DSymbolFilePDB.cpp993 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp315 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
2328 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3322 decl.SetLine(form_value.Unsigned()); in ParseVariableDIE()