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

/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1055 bool EmitCurrentDiagnostic(bool Force = false);
1320 bool Result = DiagObj->EmitCurrentDiagnostic(IsForceEmit);
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1493 void Sema::EmitCurrentDiagnostic(unsigned DiagID) { function in class:Sema
1580 if (!Diags.EmitCurrentDiagnostic())
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp530 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { function in class:DiagnosticsEngine
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1596 void EmitCurrentDiagnostic(unsigned DiagID);
1727 SemaRef.EmitCurrentDiagnostic(DiagID);

Completed in 136 milliseconds