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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  273     : ExpressionParser(exe_scope, expr, generate_debug_info), m_compiler(),
  286   if (!exe_scope) {
  287     lldb_assert(exe_scope, "Can't make an expression parser with a null scope.",
  293   target_sp = exe_scope->CalculateTarget();
  333   lldb::StackFrameSP frame_sp = exe_scope->CalculateStackFrame();
  334   lldb::ProcessSP process_sp = exe_scope->CalculateProcess();