Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DFunction.cpp68 FunctionInfo::GetDeclaration() in GetDeclaration() function in FunctionInfo
74 FunctionInfo::GetDeclaration() const in GetDeclaration() function in FunctionInfo
258 if (m_type != NULL && m_type->GetDeclaration().GetLine() != 0) in GetStartLineSourceInfo()
260 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo()
261 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
DBlock.cpp408 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
DType.cpp483 Type::GetDeclaration () const in GetDeclaration() function in Type
DSymbolContext.cpp809 … if (!FileSpec::Equal (inline_info->GetDeclaration().GetFile(), *(m_file_spec_ap.get()), false)) in SymbolContextMatches()
/external/lldb/source/Commands/
DCommandObjectFrame.cpp443 … if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) in DoExecute()
486 … if (m_option_variable.show_decl && var_sp && var_sp->GetDeclaration ().GetFile()) in DoExecute()
488 var_sp->GetDeclaration ().DumpStopContext (&s, false); in DoExecute()
566 … if (m_option_variable.show_decl && var_sp->GetDeclaration ().GetFile()) in DoExecute()
568 var_sp->GetDeclaration ().DumpStopContext (&s, false); in DoExecute()
DCommandObjectWatchpoint.cpp1088 if (var_sp && var_sp->GetDeclaration().GetFile()) in DoExecute()
1092 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
/external/lldb/include/lldb/Symbol/
DFunction.h109 GetDeclaration ();
118 GetDeclaration () const;
DVariable.h53 GetDeclaration() const in GetDeclaration() function
DType.h226 GetDeclaration () const;
/external/lldb/include/lldb/Core/
DValueObjectVariable.h59 GetDeclaration (Declaration &decl);
DValueObject.h741 GetDeclaration (Declaration &decl);
/external/lldb/source/Core/
DValueObjectVariable.cpp304 ValueObjectVariable::GetDeclaration (Declaration &decl) in GetDeclaration() function in ValueObjectVariable
308 decl = m_variable_sp->GetDeclaration(); in GetDeclaration()
DAddress.cpp720 var->GetDeclaration().DumpStopContext(s, false); in Dump()
DValueObject.cpp1894 ValueObject::GetDeclaration (Declaration &decl) in GetDeclaration() function in ValueObject
/external/chromium_org/third_party/libevent/
Devent_rpcgen.py76 entry.GetDeclaration('(*%s_get)' % entry.Name()))
110 self.PrintIdented(file, '', entry.GetDeclaration(
353 def GetDeclaration(self, funcname): member in Entry
451 def GetDeclaration(self, funcname): member in EntryBytes
757 def GetDeclaration(self, funcname): member in EntryVarBytes
865 def GetDeclaration(self, funcname): member in EntryArray
/external/lldb/include/lldb/API/
DSBValue.h298 GetDeclaration ();
/external/lldb/scripts/Python/interface/
DSBValue.i303 GetDeclaration ();
/external/lldb/source/API/
DSBValue.cpp1617 SBValue::GetDeclaration () in GetDeclaration() function in SBValue
1625 if (value_sp->GetDeclaration(decl)) in GetDeclaration()
1672 if (value_sp->GetDeclaration (decl)) in Watch()
/external/lldb/www/python_reference/
Dapi-objects.txt4196 lldb.SBValue.GetDeclaration lldb.SBValue-class.html#GetDeclaration