Lines Matching refs:Variable

40 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled,  in Variable()  function in Variable
54 Variable::~Variable() = default;
56 lldb::LanguageType Variable::GetLanguage() const { in GetLanguage()
73 ConstString Variable::GetName() const { in GetName()
80 ConstString Variable::GetUnqualifiedName() const { return m_name; } in GetUnqualifiedName()
82 bool Variable::NameMatches(ConstString name) const { in NameMatches()
90 bool Variable::NameMatches(const RegularExpression &regex) const { in NameMatches()
98 Type *Variable::GetType() { in GetType()
104 void Variable::Dump(Stream *s, bool show_context) const { in Dump()
170 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration()
194 size_t Variable::MemorySize() const { return sizeof(Variable); } in MemorySize()
196 CompilerDeclContext Variable::GetDeclContext() { in GetDeclContext()
203 CompilerDecl Variable::GetDecl() { in GetDecl()
208 void Variable::CalculateSymbolContext(SymbolContext *sc) { in CalculateSymbolContext()
216 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame()
239 bool Variable::LocationIsValidForAddress(const Address &address) { in LocationIsValidForAddress()
275 bool Variable::IsInScope(StackFrame *frame) { in IsInScope()
325 Status Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
337 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
358 error = Variable::GetValuesForVariableExpressionPath( in GetValuesForVariableExpressionPath()
441 bool Variable::DumpLocations(Stream *s, const Address &address) { in DumpLocations()
720 void Variable::AutoComplete(const ExecutionContext &exe_ctx, in AutoComplete()