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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  227       m_manager->AddDiagnostic(std::move(new_diagnostic));
tools/lldb/unittests/Expression/DiagnosticManagerTest.cpp
   47   mgr.AddDiagnostic(std::move(diag));
   62   mgr.AddDiagnostic(std::make_unique<FixItDiag>("no fixit", false));
   65   mgr.AddDiagnostic(std::make_unique<FixItDiag>("fixit", true));
   68   mgr.AddDiagnostic(std::make_unique<FixItDiag>("no fixit", false));
   71   mgr.AddDiagnostic(std::make_unique<FixItDiag>("fixit", true));
   82   mgr.AddDiagnostic(
   91   mgr.AddDiagnostic(
   98   mgr.AddDiagnostic(
  101   mgr.AddDiagnostic(
  110   mgr.AddDiagnostic(
  112   mgr.AddDiagnostic(
  115   mgr.AddDiagnostic(
  124   mgr.AddDiagnostic(
  126   mgr.AddDiagnostic(
  128   mgr.AddDiagnostic(
  144   mgr.AddDiagnostic(
  146   mgr.AddDiagnostic(
  157   mgr.AddDiagnostic(
  161   mgr.AddDiagnostic(