Searched refs:getDiagID (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h141 unsigned getDiagID() const { return DiagID; } function in class:clang::PartialDiagnostic
171 DiagnosticBuilder DB(Diags.Report(getDiagID()));
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h75 bool isQuiet() const { return Diag.getDiagID() == 0; }
H A DSema.h13445 return targetDiag(Loc, PD.getDiagID(), FD) << PD;
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp668 if (NoteID.getDiagID() != 0 && OldLoc.isValid())
823 if (NoThrowDiagID.getDiagID() != 0 && SubCanThrow == CT_Can &&
826 if (NoteID.getDiagID() != 0)
836 if (NoteID.getDiagID() != 0)
865 if (NoteID.getDiagID() != 0)
H A DSema.cpp1626 return Diag(Loc, PD.getDiagID(), DeferHint) << PD;
1639 if (DiagnosticIDs::isDefaultMappingAsError(PDAt.second.getDiagID()))
1802 S.getDiagnostics().getDiagnosticLevel(PD.getDiagID(), Loc) >=
1805 DiagnosticBuilder Builder(S.Diags.Report(Loc, PD.getDiagID()));
H A DSemaOverload.cpp6224 Notes[0].second.getDiagID() == diag::note_invalid_subexpr_in_const_expr) {
6226 } else if (!Notes.empty() && Notes[0].second.getDiagID() ==
11602 if (PDiag && PDiag->second.getDiagID() ==
11612 if (PDiag && PDiag->second.getDiagID() ==
H A DSemaTemplate.cpp4059 (*DeductionInfo)->peekSFINAEDiagnostic().second.getDiagID() ==
6684 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
H A DSemaLookup.cpp5849 if (PrevNote.getDiagID() && ChosenDecl)
H A DSemaDecl.cpp11220 if (NoProtoDiagID.getDiagID() != 0 && OldFD &&
11227 if (NoProtoDiagID.getDiagID() != 0 &&
14565 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
H A DSemaExpr.cpp18101 if (Notes.size() == 1 && Notes[0].second.getDiagID() ==
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1352 Error(Diag.getDiagID(), Arg1, Arg2, Arg3);

Completed in 620 milliseconds