Searched defs:keep_result_in_memory (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.h95 void ResetDeclMap(ExecutionContext &exe_ctx, bool keep_result_in_memory) { argument
H A DClangUtilityFunction.cpp93 bool keep_result_in_memory = false; local
160 ResetDeclMap( ExecutionContext &exe_ctx, bool keep_result_in_memory) argument
H A DClangUserExpression.h161 ResetDeclMap(ExecutionContext &exe_ctx, Materializer::PersistentVariableDelegate &result_delegate, bool keep_result_in_memory) argument
H A DClangUserExpression.cpp553 Parse(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx, lldb_private::ExecutionPolicy execution_policy, bool keep_result_in_memory, bool generate_debug_info) argument
894 ResetDeclMap( ExecutionContext &exe_ctx, Materializer::PersistentVariableDelegate &delegate, bool keep_result_in_memory, ValueObject *ctx_obj) argument
H A DClangExpressionDeclMap.cpp65 ClangExpressionDeclMap( bool keep_result_in_memory, Materializer::PersistentVariableDelegate *result_delegate, const lldb::TargetSP &target, const lldb::ClangASTImporterSP &importer, ValueObject *ctx_obj) argument

Completed in 89 milliseconds