Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DVariableList.cpp93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable()
134 if ((*pos)->GetScope() == type) { in AppendVariablesWithScope()
DSymbolContext.cpp258 switch (variable->GetScope()) { in GetDescription()
/external/llvm-project/lldb/include/lldb/Symbol/
DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/external/llvm-project/lldb/source/API/
DSBBlock.cpp261 switch (variable_sp->GetScope()) { in GetVariables()
318 switch (variable_sp->GetScope()) { in GetVariables()
DSBFrame.cpp843 switch (variable_sp->GetScope()) { in GetVariables()
/external/llvm-project/lldb/source/Core/
DValueObjectVariable.cpp121 return m_variable_sp->GetScope(); in GetValueType()
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py939 def GetScope(self): member in AstBuilder
1119 body = list(self.GetScope())
1576 ast = AstBuilder(self.GetScope(), self.filename, class_name,
1621 tokens = list(self.GetScope())
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp465 switch (var_sp->GetScope()) { in GetScopeString()
631 switch (var_sp->GetScope()) { in DoExecute()
DCommandObjectTarget.cpp756 switch (var_sp->GetScope()) { in DumpValueObject()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h447 const Scope &GetScope() const { return DEREF(derived_->scope()); } in ENUM_CLASS()
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp1164 const Scope &scope{deepest.GetScope()}; in Increment()