HomeSort by relevance Sort by last modified time
    Searched refs:ClangUserExpression (Results 1 - 14 of 14) sorted by null

  /external/lldb/include/lldb/Target/
ThreadPlanCallUserExpression.h 18 #include "lldb/Expression/ClangUserExpression.h"
36 ClangUserExpression::ClangUserExpressionSP &user_expression_sp);
57 ClangUserExpression::ClangUserExpressionSP m_user_expression_sp; // This is currently just used to ensure the
  /external/lldb/include/lldb/Expression/
ClangUserExpression.h 1 //===-- ClangUserExpression.h -----------------------------------*- C++ -*-===//
39 /// @class ClangUserExpression ClangUserExpression.h "lldb/Expression/ClangUserExpression.h"
43 /// and as a backend for the expr command. ClangUserExpression encapsulates
47 class ClangUserExpression : public ClangExpression
50 typedef std::shared_ptr<ClangUserExpression> ClangUserExpressionSP;
72 ClangUserExpression (const char *expr,
81 ~ClangUserExpression ();
138 /// This is a shared pointer to this ClangUserExpression. This i
    [all...]
  /external/lldb/source/Target/
ThreadPlanCallUserExpression.cpp 23 #include "lldb/Expression/ClangUserExpression.h"
47 ClangUserExpression::ClangUserExpressionSP &user_expression_sp) :
StopInfo.cpp 27 #include "lldb/Expression/ClangUserExpression.h"
701 result_code = ClangUserExpression::EvaluateWithError (exe_ctx,
704 ClangUserExpression::eResultTypeAny,
712 ClangUserExpression::kDefaultTimeout);
    [all...]
Process.cpp 26 #include "lldb/Expression/ClangUserExpression.h"
    [all...]
Target.cpp 35 #include "lldb/Expression/ClangUserExpression.h"
    [all...]
  /external/lldb/source/Expression/
Android.mk 26 ClangUserExpression.cpp \
ClangUserExpression.cpp 1 //===-- ClangUserExpression.cpp ---------------------------------*- C++ -*-===//
30 #include "lldb/Expression/ClangUserExpression.h"
54 ClangUserExpression::ClangUserExpression (const char *expr,
92 ClangUserExpression::~ClangUserExpression ()
97 ClangUserExpression::ASTTransformer (clang::ASTConsumer *passthrough)
112 ClangUserExpression::ScanContext(ExecutionContext &exe_ctx, Error &err)
117 log->Printf("ClangUserExpression::ScanContext()");
334 ClangUserExpression::InstallContext (ExecutionContext &exe_ctx
    [all...]
  /external/lldb/include/lldb/Breakpoint/
BreakpointLocation.h 28 #include "lldb/Expression/ClangUserExpression.h"
389 ClangUserExpression::ClangUserExpressionSP m_user_expression_sp; ///< The compiled expression to use in testing our condition.
Watchpoint.h 237 std::unique_ptr<ClangUserExpression> m_condition_ap; // The condition to test.
  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 269 m_user_expression_sp.reset(new ClangUserExpression(condition_text,
272 ClangUserExpression::eResultTypeAny));
312 ClangUserExpression::kDefaultTimeout);
Watchpoint.cpp 25 #include "lldb/Expression/ClangUserExpression.h"
374 m_condition_ap.reset(new ClangUserExpression (condition, NULL, lldb::eLanguageTypeUnknown, ClangUserExpression::eResultTypeAny));
  /external/lldb/source/Commands/
CommandObjectExpression.cpp 23 #include "lldb/Expression/ClangUserExpression.h"
371 if (result_valobj_sp->GetError().GetError() == ClangUserExpression::kNoResult)
  /external/lldb/include/lldb/
lldb-forward.h 62 class ClangUserExpression;

Completed in 1285 milliseconds