Searched defs:GetText (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ | ||
H A D | RegularExpression.cpp | 34 llvm::StringRef RegularExpression::GetText() const { return m_regex_text; } in GetText() function in RegularExpression |
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ClangExpressionSourceCode.cpp | 346 bool ClangExpressionSourceCode::GetText( in GetText() function in ClangExpressionSourceCode |
/freebsd/contrib/llvm-project/lldb/source/Core/ | ||
H A D | IOHandlerCursesGUI.cpp | 1312 const std::string &GetText() { return m_content; } in GetText() function in curses::TextFieldDelegate |