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/
H A 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()
H A 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()
H A DValueObjectVariable.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
344 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
H A DAddress.cpp759 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
/openbsd-src/gnu/llvm/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.cpp480 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
H A DSymbolContext.cpp1049 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dshadow.py56 print(str(shadow_var.GetDeclaration()), file=result)
/openbsd-src/gnu/llvm/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.h176 const lldb_private::Declaration &GetDeclaration() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectVariable.h59 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectDynamicValue.h90 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectSyntheticFilter.h115 bool GetDeclaration(Declaration &decl) override;
H A DValueObject.h462 virtual bool GetDeclaration(Declaration &decl);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A 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()
H A 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/
H A DSBValue.h255 lldb::SBDeclaration GetDeclaration();
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp141 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i313 GetDeclaration ();
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp582 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp961 lldb::SBDeclaration declaration = v.GetDeclaration(); in CreateUniqueVariableNameForDisplay()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp457 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock()
1546 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()

12