reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Expression/DynamicCheckerFunctions.h
   16 class DiagnosticManager;
tools/lldb/include/lldb/lldb-forward.h
   81 class DiagnosticManager;

References

tools/lldb/include/lldb/Expression/DynamicCheckerFunctions.h
   51   virtual bool Install(DiagnosticManager &diagnostic_manager,
tools/lldb/include/lldb/Expression/ExpressionParser.h
   88   virtual unsigned Parse(DiagnosticManager &diagnostic_manager) = 0;
   99   virtual bool RewriteExpression(DiagnosticManager &diagnostic_manager) {
tools/lldb/include/lldb/Expression/FunctionCaller.h
  103                                    DiagnosticManager &diagnostic_manager) = 0;
  122                       DiagnosticManager &diagnostic_manager);
  136                             DiagnosticManager &diagnostic_manager);
  156                               DiagnosticManager &diagnostic_manager);
  181                               DiagnosticManager &diagnostic_manager);
  217                   DiagnosticManager &diagnostic_manager, Value &results);
  246                               DiagnosticManager &diagnostic_manager);
tools/lldb/include/lldb/Expression/LLVMUserExpression.h
   59       DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
   74   DoExecute(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
   82   bool PrepareToExecuteJITExpression(DiagnosticManager &diagnostic_manager,
   89                             DiagnosticManager &diagnostic_manager) = 0;
tools/lldb/include/lldb/Expression/UserExpression.h
   89   virtual bool Parse(DiagnosticManager &diagnostic_manager,
  150   lldb::ExpressionResults Execute(DiagnosticManager &diagnostic_manager,
  178       DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
  281   DoExecute(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
tools/lldb/include/lldb/Expression/UtilityFunction.h
   59   virtual bool Install(DiagnosticManager &diagnostic_manager,
tools/lldb/include/lldb/Target/Process.h
 1237                 DiagnosticManager &diagnostic_manager);
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  245   DiagnosticManager diagnostics;
tools/lldb/source/Expression/FunctionCaller.cpp
   62     ExecutionContext &exe_ctx, DiagnosticManager &diagnostic_manager) {
  115     DiagnosticManager &diagnostic_manager) {
  125     ValueList &arg_values, DiagnosticManager &diagnostic_manager) {
  211                                     DiagnosticManager &diagnostic_manager) {
  229     DiagnosticManager &diagnostic_manager) {
  314     DiagnosticManager &diagnostic_manager, Value &results) {
tools/lldb/source/Expression/IRInterpreter.cpp
 1498       lldb_private::DiagnosticManager diagnostics;
tools/lldb/source/Expression/LLVMUserExpression.cpp
   62 LLVMUserExpression::DoExecute(DiagnosticManager &diagnostic_manager,
  245     DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
  284     DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
tools/lldb/source/Expression/UserExpression.cpp
  247   DiagnosticManager diagnostic_manager;
  272       DiagnosticManager fixed_diagnostic_manager;
  390 UserExpression::Execute(DiagnosticManager &diagnostic_manager,
tools/lldb/source/Expression/UtilityFunction.cpp
   86     DiagnosticManager diagnostics;
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
 1091             DiagnosticManager execution_errors;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  159   void ResetManager(DiagnosticManager *manager = nullptr) {
  234   DiagnosticManager *m_manager = nullptr;
  856   DiagnosticManager mgr;
  873 unsigned ClangExpressionParser::Parse(DiagnosticManager &diagnostic_manager) {
  878 ClangExpressionParser::ParseInternal(DiagnosticManager &diagnostic_manager,
 1079     DiagnosticManager &diagnostic_manager) {
 1296           DiagnosticManager install_diagnostics;
 1377     DiagnosticManager execution_errors;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
   80   unsigned Parse(DiagnosticManager &diagnostic_manager) override;
   82   bool RewriteExpression(DiagnosticManager &diagnostic_manager) override;
  168   unsigned ParseInternal(DiagnosticManager &diagnostic_manager,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
   65                                      DiagnosticManager &diagnostic_manager) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
  134                            DiagnosticManager &diagnostic_manager) override;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  325 bool ClangUserExpression::SetupPersistentState(DiagnosticManager &diagnostic_manager,
  393     DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
  504     DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
  546 bool ClangUserExpression::Parse(DiagnosticManager &diagnostic_manager,
  750   DiagnosticManager diagnostic_manager;
  813                                        DiagnosticManager &diagnostic_manager) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
  143   bool Parse(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
  180                     DiagnosticManager &diagnostic_manager) override;
  182   void CreateSourceCode(DiagnosticManager &diagnostic_manager,
  187   bool SetupPersistentState(DiagnosticManager &diagnostic_manager,
  189   bool PrepareForParsing(DiagnosticManager &diagnostic_manager,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
   61 bool ClangUtilityFunction::Install(DiagnosticManager &diagnostic_manager,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
   96   bool Install(DiagnosticManager &diagnostic_manager,
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
   51   bool Install(DiagnosticManager &diagnostic_manager,
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  544   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  146   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1311   DiagnosticManager diagnostics;
 1573   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  763   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
   57     DiagnosticManager diagnostics;
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  685   DiagnosticManager diagnostics;
  762   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
  100           DiagnosticManager diagnostics;
  168           DiagnosticManager diagnostics;
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  133   DiagnosticManager diagnostics;
  329   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  137   DiagnosticManager diagnostics;
  332   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  148   DiagnosticManager diagnostics;
  341   DiagnosticManager diagnostics;
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  144   DiagnosticManager diagnostics;
  336   DiagnosticManager diagnostics;
tools/lldb/source/Target/Process.cpp
 4611                        DiagnosticManager &diagnostic_manager) {
 6007     DiagnosticManager diagnostics;
tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
   83       DiagnosticManager diagnostics;
tools/lldb/unittests/Expression/DiagnosticManagerTest.cpp
   39   DiagnosticManager mgr;
   58   DiagnosticManager mgr;
   76   DiagnosticManager mgr;
   81   DiagnosticManager mgr;
   88   DiagnosticManager mgr;
   97   DiagnosticManager mgr;
  107   DiagnosticManager mgr;
  121   DiagnosticManager mgr;
  134   DiagnosticManager mgr;
  142   DiagnosticManager mgr;
  155   DiagnosticManager mgr;
  168   DiagnosticManager mgr;
  177   DiagnosticManager mgr;
  187   DiagnosticManager mgr;
  198   DiagnosticManager mgr;