Home
last modified time | relevance | path

Searched refs:EmitDiag (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DDiagnosticIDs.h270 void EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const;
/external/clang/lib/Basic/
DDiagnosticIDs.cpp683 EmitDiag(Diag, DiagLevel); in ProcessDiag()
687 void DiagnosticIDs::EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const { in EmitDiag() function in DiagnosticIDs
DDiagnostic.cpp404 Diags->EmitDiag(*this, DiagLevel); in EmitCurrentDiagnostic()