Searched refs:IsInScope (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp126 ValueObjectCast::IsInScope () function in class:ValueObjectCast
128 return m_parent->IsInScope();
H A DValueObjectChild.cpp232 ValueObjectChild::IsInScope () function in class:ValueObjectChild
236 return root->IsInScope ();
H A DValueObjectSyntheticFilter.cpp253 ValueObjectSynthetic::IsInScope () function in class:ValueObjectSynthetic
255 return m_parent->IsInScope();
H A DValueObjectDynamicValue.cpp345 ValueObjectDynamicValue::IsInScope () function in class:ValueObjectDynamicValue
347 return m_parent->IsInScope();
H A DValueObjectVariable.cpp260 ValueObjectVariable::IsInScope () function in class:ValueObjectVariable
269 return m_variable_sp->IsInScope (frame);
H A DValueObjectConstResult.cpp289 ValueObjectConstResult::IsInScope () function in class:ValueObjectConstResult
H A DValueObjectMemory.cpp261 ValueObjectMemory::IsInScope () function in class:ValueObjectMemory
H A DValueObject.cpp205 if (IsInScope())
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectCast.h45 IsInScope ();
H A DValueObjectVariable.h50 IsInScope ();
H A DValueObjectChild.h66 IsInScope ();
H A DValueObjectDynamicValue.h48 IsInScope ();
H A DValueObjectMemory.h57 IsInScope ();
H A DValueObjectSyntheticFilter.h67 IsInScope ();
H A DValueObjectConstResult.h84 IsInScope ();
H A DValueObject.h463 IsInScope () function in class:lldb_private::ValueObject
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h127 IsInScope (StackFrame *frame);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangUserExpression.cpp177 !this_var_sp->IsInScope(frame) ||
208 !self_variable_sp->IsInScope(frame) ||
251 !this_var_sp->IsInScope(frame) ||
279 !self_variable_sp->IsInScope(frame) ||
H A DClangExpressionDeclMap.cpp1064 this_var->IsInScope(frame) &&
1181 self_var->IsInScope(frame) &&
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h58 IsInScope ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp396 SBValue::IsInScope () function in class:SBValue
404 result = value_sp->IsInScope ();
409 log->Printf ("SBValue(%p)::IsInScope () => %i", value_sp.get(), result);
1662 if (!IsInScope())
1731 if (IsInScope() && GetType().IsPointerType())
H A DSBFrame.cpp1136 if (in_scope_only && !variable_sp->IsInScope(frame))
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp568 if (valobj_sp->IsInScope ())
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp262 return m_valobj->IsInScope();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp274 Variable::IsInScope (StackFrame *frame) function in class:Variable

Completed in 197 milliseconds