Home
last modified time | relevance | path

Searched refs:SetDelayedDiagnostic (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DDiagnosticIDs.cpp673 Diag.SetDelayedDiagnostic(diag::fatal_too_many_errors); in ProcessDiag()
DSourceManager.cpp120 Diag.SetDelayedDiagnostic(diag::err_cannot_open_file, in getBuffer()
139 Diag.SetDelayedDiagnostic(diag::err_file_modified, in getBuffer()
DDiagnostic.cpp119 void DiagnosticsEngine::SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1, in SetDelayedDiagnostic() function in DiagnosticsEngine
/external/clang/include/clang/Basic/
DDiagnostic.h700 void SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1 = "",
/external/clang/lib/Serialization/
DASTReader.cpp1053 Diags.SetDelayedDiagnostic(DiagID, Arg1, Arg2); in Error()