LLDB mainline
lldb_private::Variable Member List

This is the complete list of members for lldb_private::Variable, including all inherited members.

AutoComplete(const ExecutionContext &exe_ctx, CompletionRequest &request)lldb_private::Variablestatic
CalculateSymbolContext(SymbolContext *sc)lldb_private::Variable
Clear()lldb_private::UserIDinline
Dump(Stream *s, bool show_context) constlldb_private::Variable
DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module)lldb_private::Variable
DumpLocations(Stream *s, const Address &address)lldb_private::Variable
GetDecl()lldb_private::Variable
GetDeclaration() constlldb_private::Variableinline
GetDeclContext()lldb_private::Variable
GetID() constlldb_private::UserIDinline
GetLanguage() constlldb_private::Variable
GetLocationIsConstantValueData() constlldb_private::Variableinline
GetName() constlldb_private::Variable
GetScope() constlldb_private::Variableinline
GetScopeRange() constlldb_private::Variableinline
GetSymbolContextScope() constlldb_private::Variableinline
GetType()lldb_private::Variable
GetUnqualifiedName() constlldb_private::Variable
GetValuesForVariableExpressionPath(llvm::StringRef variable_expr_path, ExecutionContextScope *scope, GetVariableCallback callback, void *baton, VariableList &variable_list, ValueObjectList &valobj_list)lldb_private::Variablestatic
GetVariableCallback typedeflldb_private::Variable
IsArtificial() constlldb_private::Variableinline
IsExternal() constlldb_private::Variableinline
IsInScope(StackFrame *frame)lldb_private::Variable
IsStaticMember() constlldb_private::Variableinline
LocationExpressionList()lldb_private::Variableinline
LocationExpressionList() constlldb_private::Variableinline
LocationIsValidForAddress(const Address &address)lldb_private::Variable
LocationIsValidForFrame(StackFrame *frame)lldb_private::Variable
m_artificiallldb_private::Variableprotected
m_declarationlldb_private::Variableprotected
m_externallldb_private::Variableprotected
m_loc_is_const_datalldb_private::Variableprotected
m_location_listlldb_private::Variableprotected
m_mangledlldb_private::Variableprotected
m_namelldb_private::Variableprotected
m_owner_scopelldb_private::Variableprotected
m_scopelldb_private::Variableprotected
m_scope_rangelldb_private::Variableprotected
m_static_memberlldb_private::Variableprotected
m_symfile_type_splldb_private::Variableprotected
m_uidlldb_private::UserIDprotected
MemorySize() constlldb_private::Variable
NameMatches(ConstString name) constlldb_private::Variable
NameMatches(const RegularExpression &regex) constlldb_private::Variable
operator=(const Variable &rhs)=deletelldb_private::Variableprivate
RangeList typedeflldb_private::Variable
SetID(lldb::user_id_t uid)lldb_private::UserIDinline
SetLocationIsConstantValueData(bool b)lldb_private::Variableinline
UserID(lldb::user_id_t uid=LLDB_INVALID_UID)lldb_private::UserIDinline
Variable(lldb::user_id_t uid, const char *name, const char *mangled, const lldb::SymbolFileTypeSP &symfile_type_sp, lldb::ValueType scope, SymbolContextScope *owner_scope, const RangeList &scope_range, Declaration *decl, const DWARFExpressionList &location, bool external, bool artificial, bool location_is_constant_data, bool static_member=false)lldb_private::Variable
Variable(const Variable &rhs)=deletelldb_private::Variableprivate
~UserID()=defaultlldb_private::UserID
~Variable()lldb_private::Variablevirtual