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