Searched refs:ProcessDiag (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h326 bool ProcessDiag(DiagnosticsEngine &Diag) const;
H A DDiagnostic.h847 /// diagnostics (through @c ProcessDiag) when it is destroyed.
978 bool ProcessDiag() { function in class:clang::DiagnosticsEngine
979 return Diags->ProcessDiag(*this);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp627 /// ProcessDiag - This is the method used to report a diagnostic that is
629 bool DiagnosticIDs::ProcessDiag(DiagnosticsEngine &Diag) const {
H A DDiagnostic.cpp517 Emitted = ProcessDiag();

Completed in 69 milliseconds