Lines Matching refs:Variable
38 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled, in Variable() function in Variable
52 Variable::~Variable() = default;
54 lldb::LanguageType Variable::GetLanguage() const { in GetLanguage()
71 ConstString Variable::GetName() const { in GetName()
78 ConstString Variable::GetUnqualifiedName() const { return m_name; } in GetUnqualifiedName()
80 bool Variable::NameMatches(ConstString name) const { in NameMatches()
88 bool Variable::NameMatches(const RegularExpression ®ex) const { in NameMatches()
96 Type *Variable::GetType() { in GetType()
102 void Variable::Dump(Stream *s, bool show_context) const { in Dump()
168 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration()
192 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize()
194 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext()
201 CompilerDecl Variable::GetDecl() { in GetDecl()
206 void Variable::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext()
214 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame()
236 bool Variable::LocationIsValidForAddress(const Address &address) { in LocationIsValidForAddress()
272 bool Variable::IsInScope(StackFrame *frame) { in IsInScope()
322 Status Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
334 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
355 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
440 bool Variable::DumpLocations(Stream *s, const Address &address) { in DumpLocations()
714 void Variable::AutoComplete(const ExecutionContext &exe_ctx, in AutoComplete()