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 &regex) const { in NameMatches()
96 Type *Variable::GetType() { in GetType()
102 void Variable::Dump(Stream *s, bool show_context) const { in Dump()
178 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration()
202 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize()
204 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext()
211 CompilerDecl Variable::GetDecl() { in GetDecl()
216 void Variable::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext()
224 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame()
252 bool Variable::LocationIsValidForAddress(const Address &address) { in LocationIsValidForAddress()
280 bool Variable::IsInScope(StackFrame *frame) { in IsInScope()
330 Status Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
342 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
363 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
448 bool Variable::DumpLocationForAddress(Stream *s, const Address &address) { in DumpLocationForAddress()
733 void Variable::AutoComplete(const ExecutionContext &exe_ctx, in AutoComplete()