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

12

/freebsd-current/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.h458 virtual bool GetDeclaration(Declaration &decl);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp380 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { function in class:ValueObjectDynamicValue
382 return m_parent->GetDeclaration(decl);
384 return ValueObject::GetDeclaration(decl);
H A DValueObjectSyntheticFilter.cpp412 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { function in class:ValueObjectSynthetic
414 return m_parent->GetDeclaration(decl);
416 return ValueObject::GetDeclaration(decl);
H A DValueObjectVariable.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { function in class:ValueObjectVariable
344 decl = m_variable_sp->GetDeclaration();
H A DAddress.cpp764 var_sp->GetDeclaration().DumpStopContext(s, false);
H A DValueObject.cpp1515 bool ValueObject::GetDeclaration(Declaration &decl) { function in class:ValueObject
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } function in class:lldb_private::Variable
H A DFunction.h93 Declaration &GetDeclaration();
99 const Declaration &GetDeclaration() const;
H A DType.h476 const lldb_private::Declaration &GetDeclaration() const;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } function in class:FunctionInfo
55 const Declaration &FunctionInfo::GetDeclaration() const { function in class:FunctionInfo
280 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) {
281 source_file = m_type->GetDeclaration().GetFile();
282 line_no = m_type->GetDeclaration().GetLine();
H A DBlock.cpp348 const Declaration &func_decl = func_type->GetDeclaration();
H A DType.cpp563 const Declaration &Type::GetDeclaration() const { return m_decl; } function in class:Type
H A DSymbolContext.cpp1052 inline_info->GetDeclaration().GetFile()))
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp603 var_sp->GetDeclaration().GetFile()) {
640 var_sp->GetDeclaration().GetFile()) {
641 var_sp->GetDeclaration().DumpStopContext(&s, false);
693 var_sp->GetDeclaration().GetFile()) {
694 var_sp->GetDeclaration().DumpStopContext(&s, false);
H A DCommandObjectWatchpoint.cpp972 if (var_sp->GetDeclaration().GetFile()) {
975 var_sp->GetDeclaration().DumpStopContext(&ss, true);
/freebsd-current/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 class:Entry
608 def GetDeclaration(self, funcname): member in class:EntryBytes
1076 def GetDeclaration(self, funcname): member in class:EntryVarBytes
1219 def GetDeclaration(self, funcname): member in class:EntryArray
/freebsd-current/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 class:Entry
608 def GetDeclaration(self, funcname): member in class:EntryBytes
1076 def GetDeclaration(self, funcname): member in class:EntryVarBytes
1219 def GetDeclaration(self, funcname): member in class:EntryArray
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h262 lldb::SBDeclaration GetDeclaration();
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp140 const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration();
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1400 lldb::SBDeclaration SBValue::GetDeclaration() { function in class:SBValue
1408 if (value_sp->GetDeclaration(decl))
1462 if (value_sp->GetDeclaration(decl)) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp582 decl = var->GetDeclaration();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp460 Declaration &decl = inline_site->inline_function_info->GetDeclaration();
1552 parent_site->inline_function_info->GetDeclaration().GetFile();

Completed in 368 milliseconds

12