Searched refs:ClangPersistentVariables (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangPersistentVariables.cpp1 //===-- ClangPersistentVariables.cpp ----------------------------*- C++ -*-===//
10 #include "lldb/Expression/ClangPersistentVariables.h"
21 ClangPersistentVariables::ClangPersistentVariables () : function in class:ClangPersistentVariables
28 ClangPersistentVariables::CreatePersistentVariable (const lldb::ValueObjectSP &valobj_sp)
35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope,
50 ClangPersistentVariables::RemovePersistentVariable (lldb::ClangExpressionVariableSP variable)
65 ClangPersistentVariables::GetNextPersistentVariableName ()
74 ClangPersistentVariables::RegisterPersistentType (const ConstString &name,
81 ClangPersistentVariables
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangPersistentVariables.h1 //===-- ClangPersistentVariables.h ------------------------------*- C++ -*-===//
20 /// @class ClangPersistentVariables ClangPersistentVariables.h "lldb/Expression/ClangPersistentVariables.h"
27 class ClangPersistentVariables : public ClangExpressionVariableList class in namespace:lldb_private
34 ClangPersistentVariables ();
H A DClangExpressionDeclMap.h420 ClangPersistentVariables *m_persistent_vars; ///< The persistent variables for the process.
/freebsd-10-stable/lib/clang/liblldbExpression/
H A DMakefile16 ClangPersistentVariables.cpp \
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp126 ClangPersistentVariables& persistent_variables = thread.CalculateTarget()->GetPersistentVariables();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h29 #include "lldb/Expression/ClangPersistentVariables.h"
1095 ClangPersistentVariables &
1301 ClangPersistentVariables m_persistent_variables; ///< These are the persistent variables associated with this process for the expression parser.
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h61 class ClangPersistentVariables;

Completed in 116 milliseconds