Home
last modified time | relevance | path

Searched refs:m_function_text (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUtilityFunction.cpp49 m_function_text (ExpressionSourceCode::g_expression_prefix), in ClangUtilityFunction()
53 m_function_text.append (text); in ClangUtilityFunction()
176 m_function_text.c_str()); in Install()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangUtilityFunction.h101 return m_function_text.c_str(); in Text()
173 …std::string m_function_text; ///< The text of the function. Must … variable