Searched defs:GetDeclaration (Results 1 - 6 of 6) 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/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 309 milliseconds