Home
last modified time | relevance | path

Searched refs:ClangPersistentVariables (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangPersistentVariables.cpp21 ClangPersistentVariables::ClangPersistentVariables () : in ClangPersistentVariables() function in ClangPersistentVariables
28 ClangPersistentVariables::CreatePersistentVariable (const lldb::ValueObjectSP &valobj_sp) in CreatePersistentVariable()
35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope, in CreatePersistentVariable()
50 ClangPersistentVariables::RemovePersistentVariable (lldb::ClangExpressionVariableSP variable) in RemovePersistentVariable()
65 ClangPersistentVariables::GetNextPersistentVariableName () in GetNextPersistentVariableName()
74 ClangPersistentVariables::RegisterPersistentType (const ConstString &name, in RegisterPersistentType()
81 ClangPersistentVariables::GetPersistentType (const ConstString &name) in GetPersistentType()
HDClangExpressionParser.cpp99 ClangPersistentVariables &m_persistent_vars;
104 ClangPersistentVariables &persistent_vars) : in LLDBPreprocessorCallbacks()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangPersistentVariables.h29 class ClangPersistentVariables : public ClangExpressionVariableList
36 ClangPersistentVariables ();
HDClangExpressionDeclMap.h418ClangPersistentVariables *m_persistent_vars = nullptr; ///< The persistent variables for the …
/NextBSD/lib/clang/liblldbExpression/
HDMakefile17 ClangPersistentVariables.cpp \
HDMakefile.depend125 ClangPersistentVariables.o: DiagnosticCommonKinds.inc.h
126 ClangPersistentVariables.po: DiagnosticCommonKinds.inc.h
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDABI.cpp126ClangPersistentVariables& persistent_variables = thread.CalculateTarget()->GetPersistentVariables(… in GetReturnValueObject()
HDTarget.cpp88 m_persistent_variables (new ClangPersistentVariables), in Target()
2043 ClangPersistentVariables &
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h62 class ClangPersistentVariables; variable
307 typedef std::unique_ptr<lldb_private::ClangPersistentVariables> ClangPersistentVariablesUP;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h1273 ClangPersistentVariables &