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

Declarations

tools/clang/include/clang/Frontend/CompilerInstance.h
  347   void setDiagnostics(DiagnosticsEngine *Value);

References

tools/clang/lib/Frontend/ASTUnit.cpp
 1138   Clang->setDiagnostics(&getDiagnostics());
 1571   Clang->setDiagnostics(&AST->getDiagnostics());
 2191   Clang->setDiagnostics(&Diag);
tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  149     Clang->setDiagnostics(Diags.get());
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  288   Clang->setDiagnostics(&Diagnostics);
tools/clang/unittests/Frontend/CompilerInstanceTest.cpp
   65   Instance.setDiagnostics(Diags.get());
tools/clang/unittests/Tooling/Syntax/TokensTest.cpp
  131     Compiler.setDiagnostics(Diags.get());
tools/clang/unittests/Tooling/Syntax/TreeTest.cpp
   90     Compiler.setDiagnostics(Diags.get());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  688   instance->setDiagnostics(diagnostics_engine.get());