reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  371 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  376 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) {
tools/lldb/source/Core/ValueObjectVariable.cpp
  259 bool ValueObjectVariable::GetDeclaration(Declaration &decl) {

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  454   virtual bool GetDeclaration(Declaration &decl);

References

tools/lldb/source/API/SBValue.cpp
 1461     if (value_sp->GetDeclaration(decl))
 1510       if (value_sp->GetDeclaration(decl)) {
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  373     return m_parent->GetDeclaration(decl);
  375   return ValueObject::GetDeclaration(decl);
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  378     return m_parent->GetDeclaration(decl);
  380   return ValueObject::GetDeclaration(decl);