Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectDynamicValue.cpp366 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
368 return m_parent->GetDeclaration(decl); in GetDeclaration()
370 return ValueObject::GetDeclaration(decl); in GetDeclaration()
H A DValueObjectSyntheticFilter.cpp408 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
410 return m_parent->GetDeclaration(decl); in GetDeclaration()
412 return ValueObject::GetDeclaration(decl); in GetDeclaration()
H A DValueObjectVariable.cpp341 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
343 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
H A DAddress.cpp759 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
/llvm-project-15.0.7/lldb/source/Symbol/
H A 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()
H A DBlock.cpp348 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
H A DType.cpp470 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
/llvm-project-15.0.7/lldb/examples/python/
H A Dshadow.py57 print(str(shadow_var.GetDeclaration()), file=result)
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DFunction.h93 Declaration &GetDeclaration();
99 const Declaration &GetDeclaration() const;
H A DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
H A DType.h187 const lldb_private::Declaration &GetDeclaration() const;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectVariable.h58 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectDynamicValue.h89 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectSyntheticFilter.h114 bool GetDeclaration(Declaration &decl) override;
H A DValueObject.h462 virtual bool GetDeclaration(Declaration &decl);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp547 var_sp->GetDeclaration().GetFile()) { in DoExecute()
590 var_sp->GetDeclaration().GetFile()) { in DoExecute()
591 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
662 var_sp->GetDeclaration().GetFile()) { in DoExecute()
663 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
H A DCommandObjectWatchpoint.cpp958 if (var_sp && var_sp->GetDeclaration().GetFile()) { in DoExecute()
961 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValue.h255 lldb::SBDeclaration GetDeclaration();
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp157 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/llvm-project-15.0.7/lldb/source/API/
H A 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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValue.i313 GetDeclaration ();
/llvm-project-15.0.7/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py177 foo_var.GetDeclaration().IsValid(),
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp579 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp958 lldb::SBDeclaration declaration = v.GetDeclaration(); in CreateUniqueVariableNameForDisplay()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp385 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock()
1450 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()

12