reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/Variable.h
   85   bool LocationIsValidForFrame(StackFrame *frame);

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  933             this_var->LocationIsValidForFrame(frame)) {
 1059             self_var->LocationIsValidForFrame(frame)) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  173             !this_var_sp->LocationIsValidForFrame(frame)) {
  203             !self_variable_sp->LocationIsValidForFrame(frame)) {
  246               !this_var_sp->LocationIsValidForFrame(frame)) {
  273               !self_variable_sp->LocationIsValidForFrame(frame)) {
tools/lldb/source/Target/StackFrame.cpp
  478                                         v->LocationIsValidForFrame(this));