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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h58 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectDynamicValue.h98 bool GetDeclaration(Declaration &decl) override;
H A DValueObjectSyntheticFilter.h114 bool GetDeclaration(Declaration &decl) override;
H A DValueObject.h453 virtual bool GetDeclaration(Declaration &decl);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp403 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { function in class:ValueObjectSynthetic
405 return m_parent->GetDeclaration(decl);
407 return ValueObject::GetDeclaration(decl);
H A DValueObjectDynamicValue.cpp371 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { function in class:ValueObjectDynamicValue
373 return m_parent->GetDeclaration(decl);
375 return ValueObject::GetDeclaration(decl);
H A DValueObjectVariable.cpp259 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { function in class:ValueObjectVariable
261 decl = m_variable_sp->GetDeclaration();
H A DAddress.cpp728 var_sp->GetDeclaration().DumpStopContext(s, false);
H A DValueObject.cpp1649 bool ValueObject::GetDeclaration(Declaration &decl) { function in class:ValueObject
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h44 const Declaration &GetDeclaration() const { return m_declaration; } function in class:lldb_private::Variable
H A DFunction.h91 Declaration &GetDeclaration();
97 const Declaration &GetDeclaration() const;
H A DType.h172 const lldb_private::Declaration &GetDeclaration() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp51 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } function in class:FunctionInfo
53 const Declaration &FunctionInfo::GetDeclaration() const { function in class:FunctionInfo
233 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) {
234 source_file = m_type->GetDeclaration().GetFile();
235 line_no = m_type->GetDeclaration().GetLine();
H A DBlock.cpp337 const Declaration &func_decl = func_type->GetDeclaration();
H A DType.cpp467 const Declaration &Type::GetDeclaration() const { return m_decl; } function in class:Type
H A DSymbolContext.cpp1049 inline_info->GetDeclaration().GetFile()))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp548 var_sp->GetDeclaration().GetFile()) {
593 var_sp->GetDeclaration().GetFile()) {
594 var_sp->GetDeclaration().DumpStopContext(&s, false);
666 var_sp->GetDeclaration().GetFile()) {
667 var_sp->GetDeclaration().DumpStopContext(&s, false);
H A DCommandObjectWatchpoint.cpp933 if (var_sp && var_sp->GetDeclaration().GetFile()) {
936 var_sp->GetDeclaration().DumpStopContext(&ss, true);
/freebsd-11-stable/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 class:Entry
522 def GetDeclaration(self, funcname): member in class:EntryBytes
958 def GetDeclaration(self, funcname): member in class:EntryVarBytes
1085 def GetDeclaration(self, funcname): member in class:EntryArray
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp157 const Declaration &inline_declaration = inline_block->GetInlinedFunctionInfo()->GetDeclaration();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h249 lldb::SBDeclaration GetDeclaration();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1434 lldb::SBDeclaration SBValue::GetDeclaration() { function in class:SBValue
1435 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBDeclaration, SBValue, GetDeclaration);
1442 if (value_sp->GetDeclaration(decl))
1491 if (value_sp->GetDeclaration(decl)) {
1659 LLDB_REGISTER_METHOD(lldb::SBDeclaration, SBValue, GetDeclaration, ());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i313 GetDeclaration ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp580 decl = var->GetDeclaration();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp213 &pcm_type_sp->GetDeclaration(), type, Type::ResolveState::Forward));

Completed in 158 milliseconds