Searched refs:ctx_obj (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | UserExpression.cpp | 150 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() 253 desired_type, options, ctx_obj, in Evaluate() 301 options, ctx_obj, error)); in Evaluate()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.h | 72 ValueObject *ctx_obj); 125 ValueObject *ctx_obj);
|
H A D | ClangUserExpression.cpp | 69 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 D | ClangExpressionDeclMap.h | 85 const std::shared_ptr<ClangASTImporter> &importer, ValueObject *ctx_obj);
|
H A D | ClangExpressionDeclMap.cpp | 91 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()
|
/openbsd/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | UserExpression.h | 263 ValueObject *ctx_obj = nullptr);
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Target.h | 1140 ValueObject *ctx_obj, Status &error); 1220 std::string *fixed_expression = nullptr, ValueObject *ctx_obj = nullptr);
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | TypeSystem.h | 484 ValueObject *ctx_obj) { in GetUserExpression() argument
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Target.cpp | 2421 const EvaluateExpressionOptions &options, ValueObject *ctx_obj, in GetUserExpressionForLanguage() argument 2441 options, ctx_obj); in GetUserExpressionForLanguage() 2550 ValueObject *ctx_obj) { in EvaluateExpression() argument 2605 fixed_expression, ctx_obj); in EvaluateExpression()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 1214 ValueObject *ctx_obj) override;
|
H A D | TypeSystemClang.cpp | 10004 const EvaluateExpressionOptions &options, ValueObject *ctx_obj) { in GetUserExpression() argument 10010 desired_type, options, ctx_obj); in GetUserExpression()
|