Searched refs:m_function_text (Results 1 – 2 of 2) sorted by relevance
87 const char *Text() override { return m_function_text.c_str(); } in Text()126 std::string m_function_text; ///< The text of the function. Must be a variable
46 m_function_text(ExpressionSourceCode::g_expression_prefix), in UtilityFunction()49 m_function_text.append(text); in UtilityFunction()