Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDeclaration.h40 void SetLine(uint32_t line);
H A DSBLineEntry.h44 void SetLine(uint32_t line);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h168 void SetLine(uint32_t line) { m_line = line; } in SetLine() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp214 decl.SetLine(first_line_up->getLineNumber()); in AddSourceInfoToDecl()
H A DSymbolFilePDB.cpp997 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp340 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
2387 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3511 decl.SetLine(form_value.Unsigned()); in ParseVariableDIE()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23035 (arg1)->SetLine(arg2); in _wrap_SBDeclaration_SetLine()
34920 (arg1)->SetLine(arg2); in _wrap_SBLineEntry_SetLine()