Searched defs:GetDeclaration (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DVariable.h53 GetDeclaration() const function in class:lldb_private::Variable
/external/lldb/source/Core/
H A DValueObjectVariable.cpp304 ValueObjectVariable::GetDeclaration (Declaration &decl) function in class:ValueObjectVariable
308 decl = m_variable_sp->GetDeclaration();
H A DValueObject.cpp1894 ValueObject::GetDeclaration (Declaration &decl) function in class:ValueObject
/external/lldb/source/Symbol/
H A DFunction.cpp68 FunctionInfo::GetDeclaration() function in class:FunctionInfo
74 FunctionInfo::GetDeclaration() const function in class:FunctionInfo
258 if (m_type != NULL && m_type->GetDeclaration().GetLine() != 0)
260 source_file = m_type->GetDeclaration().GetFile();
261 line_no = m_type->GetDeclaration().GetLine();
H A DType.cpp483 Type::GetDeclaration () const function in class:Type
/external/chromium_org/third_party/libevent/
H A Devent_rpcgen.py76 entry.GetDeclaration('(*%s_get)' % entry.Name()))
110 self.PrintIdented(file, '', entry.GetDeclaration(
353 def GetDeclaration(self, funcname): member in class:Entry
451 def GetDeclaration(self, funcname): member in class:EntryBytes
757 def GetDeclaration(self, funcname): member in class:EntryVarBytes
865 def GetDeclaration(self, funcname): member in class:EntryArray
/external/lldb/source/API/
H A DSBValue.cpp1617 SBValue::GetDeclaration () function in class:SBValue
1625 if (value_sp->GetDeclaration(decl))
1672 if (value_sp->GetDeclaration (decl))

Completed in 209 milliseconds