Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DUtilityFunction.h85 const char *Text() override { return m_function_text.c_str(); } in Text()
117 std::string m_function_text; variable
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUtilityFunction.cpp42 m_function_text(std::move(text)), m_function_name(std::move(name)) {} in UtilityFunction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp55 m_function_text = in ClangUtilityFunction()