Searched refs:fixed_expression (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 150 std::string *fixed_expression, ValueObject *ctx_obj) { in Evaluate() argument 282 if (fixed_expression == nullptr) in Evaluate() 283 fixed_expression = &tmp_fixed_expression; in Evaluate() 285 *fixed_expression = user_expression_sp->GetFixedText().str(); in Evaluate() 294 if (!fixed_expression->empty() && options.GetAutoApplyFixIts()) { in Evaluate() 300 fixed_expression->c_str(), full_prefix, language, desired_type, in Evaluate() 314 *fixed_expression = fixed_expression_sp->GetFixedText().str(); in Evaluate() 318 fixed_expression->clear(); in Evaluate() 334 if (target->GetEnableNotifyAboutFixIts() && fixed_expression && in Evaluate() 335 !fixed_expression->empty()) in Evaluate() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | DiagnosticManager.h | 141 void SetFixedExpression(std::string fixed_expression) { in SetFixedExpression() argument 142 m_fixed_expression = std::move(fixed_expression); in SetFixedExpression()
|
| H A D | UserExpression.h | 262 std::string *fixed_expression = nullptr,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1289 std::string fixed_expression; in RewriteExpression() local 1290 llvm::raw_string_ostream out_stream(fixed_expression); in RewriteExpression() 1294 diagnostic_manager.SetFixedExpression(fixed_expression); in RewriteExpression()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 1220 std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 2549 const EvaluateExpressionOptions &options, std::string *fixed_expression, in EvaluateExpression() argument 2605 fixed_expression, ctx_obj); in EvaluateExpression()
|