Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
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()
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()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc256 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessDrawRect()
312 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessDrawArrays()
374 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessCompute()
418 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessClear()
428 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessClear()
441 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessClear()
474 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessClear()
536 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessSSBO()
684 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessUniform()
739 cmd->SetLine(tokenizer_->GetCurrentLine()); in ProcessUniform()
[all …]
/external/llvm-project/lldb/bindings/interface/
DSBDeclaration.i45 SetLine (uint32_t line);
DSBLineEntry.i76 SetLine (uint32_t line);
/external/llvm-project/lldb/include/lldb/API/
DSBDeclaration.h40 void SetLine(uint32_t line);
DSBLineEntry.h44 void SetLine(uint32_t line);
/external/llvm-project/lldb/include/lldb/Symbol/
DDeclaration.h187 void SetLine(uint32_t line) { m_line = line; } in SetLine() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas191 procedure SetLine(const Value: Integer);
219 property Line: Integer read GetLine write SetLine;
235 procedure SetLine(const Value: Integer); procedure
249 property Line: Integer read GetLine write SetLine;
374 procedure SetLine(const Value: Integer);
383 property Line: Integer read GetLine write SetLine;
662 procedure SetLine(const Value: Integer); procedure
676 property Line: Integer read GetLine write SetLine;
1600 procedure SetLine(const Value: Integer); procedure
1666 procedure SetLine(const Value: Integer); virtual; procedure
[all …]
/external/deqp-deps/amber/src/amberscript/
Dparser.cc2351 cmd->SetLine(line); in ParseRun()
2400 cmd->SetLine(line); in ParseRun()
2470 cmd->SetLine(line); in ParseRun()
2638 cmd->SetLine(line); in ParseRun()
2886 cmd->SetLine(line); in ParseClear()
3068 probe->SetLine(line); in ParseExpect()
3161 probe->SetLine(line); in ParseExpect()
3261 cmd->SetLine(line); in ParseCopy()
3284 cmd->SetLine(line); in ParseClearColor()
3347 cmd->SetLine(line); in ParseClearDepth()
[all …]
/external/llvm-project/lldb/test/API/functionalities/inline-stepping/
DTestInlineStepping.py140 target_line_entry.SetLine(step_stop_line)
/external/deqp-deps/amber/src/
Dcommand.h119 void SetLine(size_t line) { line_ = line; } in SetLine() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp205 decl.SetLine(first_line_up->getLineNumber()); in GetDeclarationForSymbol()
DSymbolFilePDB.cpp978 decl.SetLine(first_line->getLineNumber()); in ParseVariableForPDBData()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp349 decl.SetLine(form_value.Unsigned()); in ParsedDWARFTypeAttributes()
2207 decl.SetLine(form_value.Unsigned()); in ParseChildEnumerators()
DSymbolFileDWARF.cpp3135 decl.SetLine(form_value.Unsigned()); in ParseVariableDIE()