Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp582 TmpPP.setDiagnostics(TmpDiags); in HighlightMacros()
667 TmpPP.setDiagnostics(*OldDiags); in HighlightMacros()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp128 Clang->setDiagnostics(Diags.get()); in createChainedIncludesSource()
H A DASTUnit.cpp1184 Clang->setDiagnostics(&getDiagnostics()); in Parse()
1595 Clang->setDiagnostics(&AST->getDiagnostics()); in LoadFromCompilerInvocationAction()
2223 Clang->setDiagnostics(&Diag); in CodeComplete()
H A DPrecompiledPreamble.cpp465 Clang->setDiagnostics(&Diagnostics); in Build()
H A DCompilerInstance.cpp90 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) { in setDiagnostics() function in CompilerInstance
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h354 void setDiagnostics(DiagnosticsEngine *Value);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp751 instance->setDiagnostics(diagnostics_engine.get()); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1193 void setDiagnostics(DiagnosticsEngine &D) { Diags = &D; } in setDiagnostics() function