Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp383 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
385 return m_parent->GetDeclaration(decl); in GetDeclaration()
387 return ValueObject::GetDeclaration(decl); in GetDeclaration()
H A DValueObjectSyntheticFilter.cpp422 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
424 return m_parent->GetDeclaration(decl); in GetDeclaration()
426 return ValueObject::GetDeclaration(decl); in GetDeclaration()
H A DValueObjectVariable.cpp350 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
352 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
H A DAddress.cpp765 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
H A DValueObject.cpp1716 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/freebsd/contrib/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
281 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
282 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo()
283 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
H A DBlock.cpp364 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
H A DType.cpp568 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
H A DSymbolContext.cpp1061 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
/freebsd/contrib/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.h482 const lldb_private::Declaration &GetDeclaration() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp552 var_sp->GetDeclaration().GetFile()) { in DoExecute()
591 var_sp->GetDeclaration().GetFile()) { in DoExecute()
592 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
645 var_sp->GetDeclaration().GetFile()) { in DoExecute()
646 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()
/freebsd/contrib/llvm-project/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.h120 bool GetDeclaration(Declaration &decl) override;
H A DValueObject.h482 virtual bool GetDeclaration(Declaration &decl);
/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py122 dcl.extend(entry.GetDeclaration("(*%s_get)" % entry.Name()))
158 self.PrintIndented(filep, "", entry.GetDeclaration(entry.GetFuncName()))
519 def GetDeclaration(self, funcname): member in Entry
608 def GetDeclaration(self, funcname): member in EntryBytes
1076 def GetDeclaration(self, funcname): member in EntryVarBytes
1219 def GetDeclaration(self, funcname): member in EntryArray
/freebsd/contrib/libevent/
H A Devent_rpcgen.py122 dcl.extend(entry.GetDeclaration("(*%s_get)" % entry.Name()))
158 self.PrintIndented(filep, "", entry.GetDeclaration(entry.GetFuncName()))
519 def GetDeclaration(self, funcname): member in Entry
608 def GetDeclaration(self, funcname): member in EntryBytes
1076 def GetDeclaration(self, funcname): member in EntryVarBytes
1219 def GetDeclaration(self, funcname): member in EntryArray
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h266 lldb::SBDeclaration GetDeclaration();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp140 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1422 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue
1430 if (value_sp->GetDeclaration(decl)) in GetDeclaration()
1484 if (value_sp->GetDeclaration(decl)) { in Watch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp584 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp460 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock()
1552 parent_site->inline_function_info->GetDeclaration().GetFile(); in ParseInlineSite()

12