Searched refs:HandleDiagnostic (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h59 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
62 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
64 Primary->HandleDiagnostic(DiagLevel, Info);
65 Secondary->HandleDiagnostic(DiagLevel, Info);
H A DTextDiagnosticPrinter.h51 void HandleDiagnostic(DiagnosticsEngine::Level Level,
H A DLogDiagnosticPrinter.h78 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DTextDiagnosticBuffer.h53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DVerifyDiagnosticConsumer.h322 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp21 /// HandleDiagnostic - Store the errors, warnings, and notes that are
23 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:TextDiagnosticBuffer
26 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DTextDiagnosticPrinter.cpp109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:TextDiagnosticPrinter
112 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DLogDiagnosticPrinter.cpp111 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:LogDiagnosticPrinter
114 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DVerifyDiagnosticConsumer.cpp704 void VerifyDiagnosticConsumer::HandleDiagnostic( function in class:VerifyDiagnosticConsumer
741 Buffer->HandleDiagnostic(DiagLevel, Info);
H A DSerializedDiagnosticPrinter.cpp156 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
568 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:SDiagsWriter
H A DASTUnit.cpp637 void HandleDiagnostic(DiagnosticsEngine::Level Level,
686 void FilterAndStoreDiagnosticConsumer::HandleDiagnostic( function in class:FilterAndStoreDiagnosticConsumer
689 DiagnosticConsumer::HandleDiagnostic(Level, Info);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h123 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp126 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:FixItRewriter
129 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
135 Client->HandleDiagnostic(DiagLevel, Info);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp188 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
196 Other.HandleDiagnostic(DiagLevel, Info);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp489 Client->HandleDiagnostic(DiagLevel, Info);
532 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:DiagnosticConsumer
1122 void ForwardingDiagnosticConsumer::HandleDiagnostic( function in class:ForwardingDiagnosticConsumer
1125 Target.HandleDiagnostic(DiagLevel, Info);
H A DDiagnosticIDs.cpp714 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp50 void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
121 void StoringDiagnosticConsumer::HandleDiagnostic( function in class:StoringDiagnosticConsumer
H A DClangExpressionParser.cpp164 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
185 m_passthrough->HandleDiagnostic(DiagLevel, Info);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1549 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1557 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1573 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp132 void HandleDiagnostic(DiagnosticsEngine::Level level,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp652 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,

Completed in 271 milliseconds