Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp126 Diag.SetDelayedDiagnostic(diag::err_file_too_large, in getBufferOrNone()
144 Diag.SetDelayedDiagnostic(diag::err_cannot_open_file, in getBufferOrNone()
160 Diag.SetDelayedDiagnostic(diag::err_file_modified, in getBufferOrNone()
DDiagnosticIDs.cpp786 Diag.SetDelayedDiagnostic(diag::fatal_too_many_errors); in ProcessDiag()
DDiagnostic.cpp159 void DiagnosticsEngine::SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1, in SetDelayedDiagnostic() function in DiagnosticsEngine
/external/clang/lib/Basic/
DDiagnosticIDs.cpp671 Diag.SetDelayedDiagnostic(diag::fatal_too_many_errors); in ProcessDiag()
DDiagnostic.cpp141 void DiagnosticsEngine::SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1, in SetDelayedDiagnostic() function in DiagnosticsEngine
DSourceManager.cpp120 Diag.SetDelayedDiagnostic(diag::err_cannot_open_file, in getBuffer()
139 Diag.SetDelayedDiagnostic(diag::err_file_modified, in getBuffer()
/external/clang/include/clang/Basic/
DDiagnostic.h708 void SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1 = "",
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h929 void SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1 = "",
/external/clang/lib/Serialization/
DASTReader.cpp1060 Diags.SetDelayedDiagnostic(DiagID, Arg1, Arg2); in Error()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp1244 Diags.SetDelayedDiagnostic(DiagID, Arg1, Arg2, Arg3); in Error()