Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h142 const std::string &GetFixedExpression() { return m_fixed_expression; } in GetFixedExpression() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp587 m_fixed_text = diagnostic_manager.GetFixedExpression(); in TryParse()