Home
last modified time | relevance | path

Searched defs:GetDeclaration (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectDynamicValue.cpp366 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
H A DValueObjectVariable.cpp341 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
H A DValueObjectSyntheticFilter.cpp408 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
H A DValueObject.cpp1550 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
H A DType.cpp470 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp1402 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue