Home
last modified time | relevance | path

Searched refs:GetDeclaration (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObjectDynamicValue.cpp367 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
369 return m_parent->GetDeclaration(decl); in GetDeclaration()
371 return ValueObject::GetDeclaration(decl); in GetDeclaration()
DValueObjectSyntheticFilter.cpp409 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
411 return m_parent->GetDeclaration(decl); in GetDeclaration()
413 return ValueObject::GetDeclaration(decl); in GetDeclaration()
DValueObjectVariable.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
344 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
DAddress.cpp759 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DFunction.cpp53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
255 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
256 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo()
257 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
DBlock.cpp348 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
DType.cpp480 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
DSymbolContext.cpp1049 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
/openbsd/src/gnu/llvm/lldb/examples/python/
Dshadow.py56 print(str(shadow_var.GetDeclaration()), file=result)
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DFunction.h93 Declaration &GetDeclaration();
99 const Declaration &GetDeclaration() const;
DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
DType.h176 const lldb_private::Declaration &GetDeclaration() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObjectVariable.h59 bool GetDeclaration(Declaration &decl) override;
DValueObjectDynamicValue.h90 bool GetDeclaration(Declaration &decl) override;
DValueObjectSyntheticFilter.h115 bool GetDeclaration(Declaration &decl) override;
DValueObject.h462 virtual bool GetDeclaration(Declaration &decl);
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectFrame.cpp553 var_sp->GetDeclaration().GetFile()) { in DoExecute()
596 var_sp->GetDeclaration().GetFile()) { in DoExecute()
597 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
668 var_sp->GetDeclaration().GetFile()) { in DoExecute()
669 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
DCommandObjectWatchpoint.cpp958 if (var_sp && var_sp->GetDeclaration().GetFile()) { in DoExecute()
961 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBValue.h255 lldb::SBDeclaration GetDeclaration();
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp141 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBValue.cpp1402 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue
1410 if (value_sp->GetDeclaration(decl)) in GetDeclaration()
1457 if (value_sp->GetDeclaration(decl)) { in Watch()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBValue.i313 GetDeclaration ();
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp582 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp961 lldb::SBDeclaration declaration = v.GetDeclaration(); in CreateUniqueVariableNameForDisplay()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp457 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock()
1546 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()

12