| AutoComplete(const ExecutionContext &exe_ctx, CompletionRequest &request) | lldb_private::Variable | static |
| CalculateSymbolContext(SymbolContext *sc) | lldb_private::Variable | |
| Clear() | lldb_private::UserID | inline |
| Dump(Stream *s, bool show_context) const | lldb_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() const | lldb_private::Variable | inline |
| GetDeclContext() | lldb_private::Variable | |
| GetID() const | lldb_private::UserID | inline |
| GetLanguage() const | lldb_private::Variable | |
| GetLocationIsConstantValueData() const | lldb_private::Variable | inline |
| GetName() const | lldb_private::Variable | |
| GetScope() const | lldb_private::Variable | inline |
| GetScopeRange() const | lldb_private::Variable | inline |
| GetSymbolContextScope() const | lldb_private::Variable | inline |
| GetType() | lldb_private::Variable | |
| GetUnqualifiedName() const | lldb_private::Variable | |
| GetValuesForVariableExpressionPath(llvm::StringRef variable_expr_path, ExecutionContextScope *scope, GetVariableCallback callback, void *baton, VariableList &variable_list, ValueObjectList &valobj_list) | lldb_private::Variable | static |
| GetVariableCallback typedef | lldb_private::Variable | |
| IsArtificial() const | lldb_private::Variable | inline |
| IsExternal() const | lldb_private::Variable | inline |
| IsInScope(StackFrame *frame) | lldb_private::Variable | |
| IsInScope(const Block &block, const Address &addr) | lldb_private::Variable | |
| IsStaticMember() const | lldb_private::Variable | inline |
| LocationExpressionList() | lldb_private::Variable | inline |
| LocationExpressionList() const | lldb_private::Variable | inline |
| LocationIsValidForAddress(const Address &address) | lldb_private::Variable | |
| LocationIsValidForFrame(StackFrame *frame) | lldb_private::Variable | |
| m_artificial | lldb_private::Variable | protected |
| m_declaration | lldb_private::Variable | protected |
| m_external | lldb_private::Variable | protected |
| m_loc_is_const_data | lldb_private::Variable | protected |
| m_location_list | lldb_private::Variable | protected |
| m_mangled | lldb_private::Variable | protected |
| m_name | lldb_private::Variable | protected |
| m_owner_scope | lldb_private::Variable | protected |
| m_scope | lldb_private::Variable | protected |
| m_scope_range | lldb_private::Variable | protected |
| m_static_member | lldb_private::Variable | protected |
| m_symfile_type_sp | lldb_private::Variable | protected |
| m_uid | lldb_private::UserID | protected |
| MemorySize() const | lldb_private::Variable | |
| NameMatches(ConstString name) const | lldb_private::Variable | |
| NameMatches(const RegularExpression ®ex) const | lldb_private::Variable | |
| operator=(const Variable &rhs)=delete | lldb_private::Variable | private |
| RangeList typedef | lldb_private::Variable | |
| SetID(lldb::user_id_t uid) | lldb_private::UserID | inline |
| SetLocationIsConstantValueData(bool b) | lldb_private::Variable | inline |
| UserID(lldb::user_id_t uid=LLDB_INVALID_UID) | lldb_private::UserID | inline |
| 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)=delete | lldb_private::Variable | private |
| ~UserID()=default | lldb_private::UserID | |
| ~Variable() | lldb_private::Variable | virtual |