Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DVariable.h45 const Declaration &GetDeclaration() const { return m_declaration; } in GetDeclaration() function
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObjectDynamicValue.cpp367 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectDynamicValue
DValueObjectVariable.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectVariable
DValueObjectSyntheticFilter.cpp409 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObjectSynthetic
DValueObject.cpp1559 bool ValueObject::GetDeclaration(Declaration &decl) { in GetDeclaration() function in ValueObject
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DFunction.cpp53 Declaration &FunctionInfo::GetDeclaration() { return m_declaration; } in GetDeclaration() function in FunctionInfo
55 const Declaration &FunctionInfo::GetDeclaration() const { in GetDeclaration() function in FunctionInfo
DType.cpp480 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() function in Type
/openbsd/src/gnu/llvm/lldb/source/API/
DSBValue.cpp1402 lldb::SBDeclaration SBValue::GetDeclaration() { in GetDeclaration() function in SBValue