Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp370 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
372 return m_parent->GetDeclaration(decl); in GetDeclaration()
374 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.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
344 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
H A DAddress.cpp728 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
H A DValueObject.cpp1547 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp51 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
53 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
254 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) { in GetStartLineSourceInfo()
255 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo()
256 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
H A DBlock.cpp337 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
H A DType.cpp469 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
H A DSymbolContext.cpp1056 inline_info->GetDeclaration().GetFile())) in SymbolContextMatches()
/freebsd-13.1/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.h181 const lldb_private::Declaration &GetDeclaration() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h58 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectDynamicValue.h97 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectSyntheticFilter.h114 bool GetDeclaration(Declaration &decl) override;
H A DValueObject.h462 virtual bool GetDeclaration(Declaration &decl);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp548 var_sp->GetDeclaration().GetFile()) { in DoExecute()
593 var_sp->GetDeclaration().GetFile()) { in DoExecute()
594 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
666 var_sp->GetDeclaration().GetFile()) { in DoExecute()
667 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
H A DCommandObjectWatchpoint.cpp962 if (var_sp && var_sp->GetDeclaration().GetFile()) { in DoExecute()
965 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py108 entry.GetDeclaration('(*%s_get)' % entry.Name()))
143 self.PrintIndented(file, '', entry.GetDeclaration(
437 def GetDeclaration(self, funcname): member in Entry
522 def GetDeclaration(self, funcname): member in EntryBytes
958 def GetDeclaration(self, funcname): member in EntryVarBytes
1085 def GetDeclaration(self, funcname): member in EntryArray
/freebsd-13.1/contrib/libevent/
H A Devent_rpcgen.py108 entry.GetDeclaration('(*%s_get)' % entry.Name()))
143 self.PrintIndented(file, '', entry.GetDeclaration(
437 def GetDeclaration(self, funcname): member in Entry
522 def GetDeclaration(self, funcname): member in EntryBytes
958 def GetDeclaration(self, funcname): member in EntryVarBytes
1085 def GetDeclaration(self, funcname): member in EntryArray
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h249 lldb::SBDeclaration GetDeclaration();
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp156 … const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration(); in FilterContexts()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1434 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue
1435 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBDeclaration, SBValue, GetDeclaration); in GetDeclaration()
1442 if (value_sp->GetDeclaration(decl)) in GetDeclaration()
1491 if (value_sp->GetDeclaration(decl)) { in Watch()
1659 LLDB_REGISTER_METHOD(lldb::SBDeclaration, SBValue, GetDeclaration, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i313 GetDeclaration ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp581 decl = var->GetDeclaration(); in GetSymbolDeclarationFromAddress()

12