HomeSort by relevance Sort by last modified time
    Searched refs:m_static_method (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Expression/
ClangUserExpression.h 420 bool m_static_method; ///< True if the expression is compiled as a static (or class) method (currently true if it was parsed when exe_ctx was in an Objective-C class method). member in class:lldb_private::ClangUserExpression
  /external/lldb/source/Expression/
ClangUserExpression.cpp 69 m_static_method(false),
226 m_static_method = true;
459 if (!source_code->GetText(m_transformed_text, lang_type, m_const_object, m_static_method))
    [all...]

Completed in 55 milliseconds