Lines Matching refs:Variable
42 Variable::Variable( in Variable() function in Variable
59 Variable::~Variable() {} in ~Variable()
61 lldb::LanguageType Variable::GetLanguage() const { in GetLanguage()
69 ConstString Variable::GetName() const { in GetName()
76 ConstString Variable::GetUnqualifiedName() const { return m_name; } in GetUnqualifiedName()
78 bool Variable::NameMatches(const ConstString &name) const { in NameMatches()
89 bool Variable::NameMatches(const RegularExpression ®ex) const { in NameMatches()
97 Type *Variable::GetType() { in GetType()
103 void Variable::Dump(Stream *s, bool show_context) const { in Dump()
179 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration()
203 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize()
205 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext()
212 CompilerDecl Variable::GetDecl() { in GetDecl()
217 void Variable::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext()
225 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame()
253 bool Variable::LocationIsValidForAddress(const Address &address) { in LocationIsValidForAddress()
281 bool Variable::IsInScope(StackFrame *frame) { in IsInScope()
331 Status Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
343 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
364 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
455 bool Variable::DumpLocationForAddress(Stream *s, const Address &address) { in DumpLocationForAddress()
625 Variable *variable = variable_list->GetVariableAtIndex(i).get(); in PrivateAutoComplete()
728 Variable *variable = variable_list->GetVariableAtIndex(i).get(); in PrivateAutoComplete()
761 size_t Variable::AutoComplete(const ExecutionContext &exe_ctx, in AutoComplete()