Searched refs:EmitDiag (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h338 void EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp796 EmitDiag(Diag, DiagLevel);
800 void DiagnosticIDs::EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const {
H A DDiagnostic.cpp527 Diags->EmitDiag(*this, DiagLevel);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp675 auto EmitDiag = [&](SourceLocation Loc, unsigned DiagID) { local
693 EmitDiag(RBrace, CD.diag_MaybeFallThrough_HasNoReturn);
695 EmitDiag(RBrace, CD.diag_MaybeFallThrough_ReturnsNonVoid);
699 EmitDiag(RBrace, CD.diag_AlwaysFallThrough_HasNoReturn);
701 EmitDiag(RBrace, CD.diag_AlwaysFallThrough_ReturnsNonVoid);
H A DSemaTemplate.cpp1488 auto EmitDiag = [this](SourceLocation Loc) {
1493 EmitDiag(DS.getStorageClassSpecLoc());
1496 EmitDiag(DS.getThreadStorageClassSpecLoc());
1503 EmitDiag(DS.getInlineSpecLoc());
1511 EmitDiag(DS.getConstexprSpecLoc());
1517 EmitDiag(DS.getVirtualSpecLoc());
1520 EmitDiag(DS.getExplicitSpecLoc());
1523 EmitDiag(DS.getNoreturnSpecLoc());
H A DSemaDeclCXX.cpp3114 auto EmitDiag = [&](unsigned DiagInconsistent, unsigned DiagSuggest) {
3124 EmitDiag(
3128 EmitDiag(diag::warn_inconsistent_function_marked_not_override_overriding,

Completed in 320 milliseconds