Home
last modified time | relevance | path

Searched refs:EmitCurrentDiagnostic (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Basic/
DDiagnostic.h814 bool EmitCurrentDiagnostic(bool Force = false);
934 bool Result = DiagObj->EmitCurrentDiagnostic(IsForceEmit); in Emit()
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h1011 bool EmitCurrentDiagnostic(bool Force = false);
1276 bool Result = DiagObj->EmitCurrentDiagnostic(IsForceEmit); in Emit()
/external/clang/lib/Sema/
DSema.cpp959 void Sema::EmitCurrentDiagnostic(unsigned DiagID) { in EmitCurrentDiagnostic() function in Sema
1045 if (!Diags.EmitCurrentDiagnostic()) in EmitCurrentDiagnostic()
/external/clang/lib/Basic/
DDiagnostic.cpp363 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { in EmitCurrentDiagnostic() function in DiagnosticsEngine
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp513 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { in EmitCurrentDiagnostic() function in DiagnosticsEngine
/external/llvm-project/clang/lib/Sema/
DSema.cpp1350 void Sema::EmitCurrentDiagnostic(unsigned DiagID) { in EmitCurrentDiagnostic() function in Sema
1437 if (!Diags.EmitCurrentDiagnostic()) in EmitCurrentDiagnostic()
/external/clang/include/clang/Sema/
DSema.h1033 void EmitCurrentDiagnostic(unsigned DiagID);
1124 SemaRef.EmitCurrentDiagnostic(DiagID); in ~SemaDiagnosticBuilder()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1384 void EmitCurrentDiagnostic(unsigned DiagID);
1492 SemaRef.EmitCurrentDiagnostic(DiagID); in ~ImmediateDiagBuilder()