Home
last modified time | relevance | path

Searched refs:GetScope (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariableList.cpp98 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable()
139 if ((*pos)->GetScope() == type) { in AppendVariablesWithScope()
H A DSymbolContext.cpp273 switch (variable->GetScope()) { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp215 switch (variable_sp->GetScope()) { in GetVariables()
268 switch (variable_sp->GetScope()) { in GetVariables()
H A DSBFrame.cpp992 switch (variable_sp->GetScope()) { in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h70 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectVariable.cpp120 return m_variable_sp->GetScope(); in GetValueType()
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py902 def GetScope(self): member in AstBuilder
1079 body = list(self.GetScope())
1538 ast = AstBuilder(self.GetScope(), self.filename, class_name,
1584 tokens = list(self.GetScope())
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp489 switch (var_sp->GetScope()) { in GetScopeString()
655 switch (var_sp->GetScope()) { in DoExecute()
H A DCommandObjectTarget.cpp758 switch (var_sp->GetScope()) { in DumpValueObject()