Home
last modified time | relevance | path

Searched refs:ctx_obj (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Expression/
H A DUserExpression.cpp150 std::string *fixed_expression, ValueObject *ctx_obj) { in Evaluate() argument
153 if (ctx_obj) { in Evaluate()
157 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) { in Evaluate()
165 if (ctx_obj && ctx_obj->GetTypeInfo() & lldb::TypeFlags::eTypeIsReference) { in Evaluate()
167 lldb::ValueObjectSP deref_ctx_sp = ctx_obj->Dereference(error); in Evaluate()
177 ctx_obj = deref_ctx_sp.get(); in Evaluate()
247 desired_type, options, ctx_obj, in Evaluate()
295 options, ctx_obj, error)); in Evaluate()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h71 ValueObject *ctx_obj);
124 ValueObject *ctx_obj);
H A DClangUserExpression.cpp69 ValueObject *ctx_obj) in ClangUserExpression() argument
74 m_result_delegate(exe_scope.CalculateTarget()), m_ctx_obj(ctx_obj) { in ClangUserExpression()
988 ValueObject *ctx_obj) { in ResetDeclMap() argument
998 ctx_obj); in ResetDeclMap()
H A DClangExpressionDeclMap.h84 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj);
H A DClangExpressionDeclMap.cpp91 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj) in ClangExpressionDeclMap() argument
94 m_result_delegate(result_delegate), m_ctx_obj(ctx_obj), m_parser_vars(), in ClangExpressionDeclMap()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DUserExpression.h263 ValueObject *ctx_obj = nullptr);
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1129 ValueObject *ctx_obj, Status &error);
1209 std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr);
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h470 ValueObject *ctx_obj) { in GetUserExpression() argument
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2360 const EvaluateExpressionOptions &options, ValueObject *ctx_obj, in GetUserExpressionForLanguage() argument
2372 expr, prefix, language, desired_type, options, ctx_obj); in GetUserExpressionForLanguage()
2470 ValueObject *ctx_obj) { in EvaluateExpression() argument
2520 fixed_expression, ctx_obj); in EvaluateExpression()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1182 ValueObject *ctx_obj) override;
H A DTypeSystemClang.cpp9894 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) { in GetUserExpression() argument
9900 desired_type, options, ctx_obj); in GetUserExpression()