Searched refs:SetDelayedDiagnostic (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 126 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()
|
D | DiagnosticIDs.cpp | 786 Diag.SetDelayedDiagnostic(diag::fatal_too_many_errors); in ProcessDiag()
|
D | Diagnostic.cpp | 159 void DiagnosticsEngine::SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1, in SetDelayedDiagnostic() function in DiagnosticsEngine
|
/external/clang/lib/Basic/ |
D | DiagnosticIDs.cpp | 671 Diag.SetDelayedDiagnostic(diag::fatal_too_many_errors); in ProcessDiag()
|
D | Diagnostic.cpp | 141 void DiagnosticsEngine::SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1, in SetDelayedDiagnostic() function in DiagnosticsEngine
|
D | SourceManager.cpp | 120 Diag.SetDelayedDiagnostic(diag::err_cannot_open_file, in getBuffer() 139 Diag.SetDelayedDiagnostic(diag::err_file_modified, in getBuffer()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 708 void SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1 = "",
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Diagnostic.h | 929 void SetDelayedDiagnostic(unsigned DiagID, StringRef Arg1 = "",
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1060 Diags.SetDelayedDiagnostic(DiagID, Arg1, Arg2); in Error()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 1244 Diags.SetDelayedDiagnostic(DiagID, Arg1, Arg2, Arg3); in Error()
|