Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h365 bool ProcessDiag(DiagnosticsEngine &Diag) const;
H A DDiagnostic.h1041 bool ProcessDiag() { in ProcessDiag() function
1042 return Diags->ProcessDiag(*this); in ProcessDiag()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp738 bool DiagnosticIDs::ProcessDiag(DiagnosticsEngine &Diag) const { in ProcessDiag() function in DiagnosticIDs
H A DDiagnostic.cpp545 Emitted = ProcessDiag(); in EmitCurrentDiagnostic()