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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h790 bool EmitCurrentDiagnostic(bool Force = false);
913 bool Result = DiagObj->EmitCurrentDiagnostic(IsForceEmit);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp854 void Sema::EmitCurrentDiagnostic(unsigned DiagID) { function in class:Sema
940 if (!Diags.EmitCurrentDiagnostic())
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp390 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { function in class:DiagnosticsEngine
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h840 void EmitCurrentDiagnostic(unsigned DiagID);
925 SemaRef.EmitCurrentDiagnostic(DiagID);

Completed in 179 milliseconds