Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDiagnosticManager.h152 const std::string &GetFixedExpression() { return m_fixed_expression; } in GetFixedExpression() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp511 diagnostic_manager.GetFixedExpression(); in Parse()