Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DUserExpression.h200 const char *GetUserText() { return m_expr_text.c_str(); } in GetUserText() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp294 return m_condition_ap->GetUserText(); in GetConditionText()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp792 CodeComplete CC(request, m_compiler->getLangOpts(), llvm_expr.GetUserText(), in Complete()