Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDeclaration.cpp107 void SBDeclaration::SetLine(uint32_t line) { in SetLine() function in SBDeclaration
108 LLDB_RECORD_METHOD(void, SBDeclaration, SetLine, (uint32_t), line); in SetLine()
110 ref().SetLine(line); in SetLine()
196 LLDB_REGISTER_METHOD(void, SBDeclaration, SetLine, (uint32_t)); in RegisterMethods()
H A DSBLineEntry.cpp122 void SBLineEntry::SetLine(uint32_t line) { in SetLine() function in SBLineEntry
123 LLDB_RECORD_METHOD(void, SBLineEntry, SetLine, (uint32_t), line); in SetLine()
210 LLDB_REGISTER_METHOD(void, SBLineEntry, SetLine, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDeclaration.i45 SetLine (uint32_t line);
H A DSBLineEntry.i78 SetLine (uint32_t line);
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h170 void SetLine(uint32_t line) { m_line = line; } in SetLine() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp205 decl.SetLine(first_line_up->getLineNumber()); in GetDeclarationForSymbol()
H A DSymbolFilePDB.cpp982 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp349 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
2180 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3082 decl.SetLine(form_value.Unsigned()); in ParseVariableDIE()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21000 (arg1)->SetLine(arg2); in _wrap_SBDeclaration_SetLine()
32235 (arg1)->SetLine(arg2); in _wrap_SBLineEntry_SetLine()