Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h814 bool EmitCurrentDiagnostic(bool Force = false);
934 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/clang/include/clang/Sema/
DSema.h1033 void EmitCurrentDiagnostic(unsigned DiagID);
1124 SemaRef.EmitCurrentDiagnostic(DiagID); in ~SemaDiagnosticBuilder()