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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h65 lldb::ValueType GetScope() const { return m_scope; } function in class:lldb_private::Variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) {
134 if ((*pos)->GetScope() == type) {
H A DSymbolContext.cpp251 switch (variable->GetScope()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp261 switch (variable_sp->GetScope()) {
318 switch (variable_sp->GetScope()) {
H A DSBFrame.cpp843 switch (variable_sp->GetScope()) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp121 return m_variable_sp->GetScope();
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py902 def GetScope(self): member in class:AstBuilder
1079 body = list(self.GetScope())
1538 ast = AstBuilder(self.GetScope(), self.filename, class_name,
1584 tokens = list(self.GetScope())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp470 switch (var_sp->GetScope()) {
636 switch (var_sp->GetScope()) {
H A DCommandObjectTarget.cpp764 switch (var_sp->GetScope()) {

Completed in 206 milliseconds