Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DVariableList.cpp93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable()
134 if ((*pos)->GetScope() == type) { in AppendVariablesWithScope()
H A DSymbolContext.cpp256 switch (variable->GetScope()) { in GetDescription()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp250 switch (variable_sp->GetScope()) { in GetVariables()
305 switch (variable_sp->GetScope()) { in GetVariables()
H A DSBFrame.cpp815 switch (variable_sp->GetScope()) { in GetVariables()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectVariable.cpp121 return m_variable_sp->GetScope(); in GetValueType()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp457 switch (var_sp->GetScope()) { in GetScopeString()
620 switch (var_sp->GetScope()) { in DoExecute()
H A DCommandObjectTarget.cpp744 switch (var_sp->GetScope()) { in DumpValueObject()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h490 const Scope &GetScope() const { in ENUM_CLASS()
/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp6164 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local
6172 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()
6173 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()
6182 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()
6187 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp1250 const Scope &scope{deepest.GetScope()}; in Increment()