Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DUtilityFunction.h82 const char *Text() override { return m_function_text.c_str(); } in Text()
114 std::string m_function_text; variable
/external/llvm-project/lldb/source/Expression/
DUtilityFunction.cpp46 m_function_text(std::move(text)), m_function_name(std::move(name)) {} in UtilityFunction()