Home
last modified time | relevance | path

Searched refs:HasFrameScope (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
DExecutionContext.h765 HasFrameScope () const;
/external/lldb/source/Target/
DExecutionContext.cpp518 ExecutionContext::HasFrameScope () const in HasFrameScope() function in ExecutionContext
/external/lldb/source/Interpreter/
DCommandObject.cpp249 if ((flags & eFlagRequiresFrame) && !m_exe_ctx.HasFrameScope()) in CheckRequirements()