Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp
H A DValueObjectSyntheticFilter.cpp
H A DValueObjectVariable.cpp
H A DAddress.cpp764 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
/llvm-project/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
306 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetEndLineSourceInfo()
308 std::make_shared<SupportFile>(m_type->GetDeclaration().GetFile()); in GetEndLineSourceInfo()
309 line_no = m_type->GetDeclaration().GetLine(); in GetEndLineSourceInfo()
H A DBlock.cpp356 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
H A DType.cpp576 const Declaration &Type::GetDeclaration() const { return m_decl; } in ResolveCompilerType()
568 const Declaration &Type::GetDeclaration() const { return m_decl; } GetDeclaration() function in Type
H A DSymbolContext.cpp996 inline_info->GetDeclaration().GetFile())) in AddSpecification()
/llvm-project/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.h518 const lldb_private::Declaration &GetDeclaration() const;
/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp575 var_sp->GetDeclaration().GetFile()) { in DoExecute()
614 var_sp->GetDeclaration().GetFile()) { in DoExecute()
615 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
668 var_sp->GetDeclaration().GetFile()) { in DoExecute()
669 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
H A DCommandObjectWatchpoint.cpp921 if (var_sp->GetDeclaration().GetFile()) { in DoExecute()
924 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
/llvm-project/lldb/examples/python/
H A Dshadow.py59 print(str(shadow_var.GetDeclaration()), file=result)
/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h
H A DValueObjectDynamicValue.h
H A DValueObjectSyntheticFilter.h
H A DValueObject.h
/llvm-project/lldb/include/lldb/API/
H A DSBValue.h268 lldb::SBDeclaration GetDeclaration();
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp146 const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/llvm-project/lldb/source/API/
H A DSBValue.cpp1440 lldb::SBDeclaration SBValue::GetDeclaration() { in Watch()
1448 if (value_sp->GetDeclaration(decl)) in Watch()
1502 if (value_sp->GetDeclaration(decl)) { in WatchPointee()
1407 lldb::SBDeclaration SBValue::GetDeclaration() { GetDeclaration() function in SBValue
/llvm-project/lldb/test/API/python_api/formatters/
H A DTestFormattersSBAPI.py189 foo_var.GetDeclaration().IsValid(), "foo declaration is invalid"
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp1056 lldb::SBDeclaration declaration = v.GetDeclaration(); in GetVariableExtensionsJSON()
1141 if (lldb::SBDeclaration decl = v.GetDeclaration(); decl.IsValid()) {
1404 if (v.GetDeclaration().IsValid())
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp582 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp456 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock()
1546 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()

12