Lines Matching refs:Variable

35 Variable::Variable   in Variable()  function in Variable
64 Variable::~Variable() in ~Variable()
70 Variable::GetName() const in GetName()
78 Variable::NameMatches (const RegularExpression& regex) const in NameMatches()
86 Variable::GetType() in GetType()
94 Variable::Dump(Stream *s, bool show_context) const in Dump()
167 Variable::DumpDeclaration (Stream *s, bool show_fullpaths, bool show_module) in DumpDeclaration()
194 Variable::MemorySize() const in MemorySize()
196 return sizeof(Variable); in MemorySize()
201 Variable::CalculateSymbolContext (SymbolContext *sc) in CalculateSymbolContext()
210 Variable::LocationIsValidForFrame (StackFrame *frame) in LocationIsValidForFrame()
240 Variable::LocationIsValidForAddress (const Address &address) in LocationIsValidForAddress()
274 Variable::IsInScope (StackFrame *frame) in IsInScope()
317 Variable::GetValuesForVariableExpressionPath (const char *variable_expr_path, in GetValuesForVariableExpressionPath()
331 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()
365 error = Variable::GetValuesForVariableExpressionPath (variable_expr_path + 1, in GetValuesForVariableExpressionPath()
478 Variable::DumpLocationForAddress (Stream *s, const Address &address) in DumpLocationForAddress()
690 Variable *variable = variable_list->GetVariableAtIndex(i).get(); in PrivateAutoComplete()
835 Variable *variable = variable_list->GetVariableAtIndex(i).get(); in PrivateAutoComplete()
873 Variable::AutoComplete (const ExecutionContext &exe_ctx, in AutoComplete()