Searched refs:setDiagnostics (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp581 TmpPP.setDiagnostics(TmpDiags);
666 TmpPP.setDiagnostics(*OldDiags);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp150 Clang->setDiagnostics(Diags.get());
H A DASTUnit.cpp1138 Clang->setDiagnostics(&getDiagnostics());
1571 Clang->setDiagnostics(&AST->getDiagnostics());
2191 Clang->setDiagnostics(&Diag);
H A DPrecompiledPreamble.cpp288 Clang->setDiagnostics(&Diagnostics);
H A DCompilerInstance.cpp83 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) { function in class:CompilerInstance
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h342 /// setDiagnostics - Replace the current diagnostics engine.
343 void setDiagnostics(DiagnosticsEngine *Value);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp678 instance->setDiagnostics(diagnostics_engine.get());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h905 void setDiagnostics(DiagnosticsEngine &D) { Diags = &D; } function in class:clang::Preprocessor

Completed in 143 milliseconds