Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp259 switch (variable_sp->GetScope()) { in GetVariables()
316 switch (variable_sp->GetScope()) { in GetVariables()
H A DSBFrame.cpp843 switch (variable_sp->GetScope()) { in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp121 return m_variable_sp->GetScope(); in GetValueType()
/freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp458 switch (var_sp->GetScope()) { in GetScopeString()
624 switch (var_sp->GetScope()) { in DoExecute()
H A DCommandObjectTarget.cpp733 switch (var_sp->GetScope()) { in DumpValueObject()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5683 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local
5691 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()
5692 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()
5701 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()
5706 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()