• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:Diagnose

1588 /// if Kind is Diagnose.
1598 case Sema::CheckConstexprKind::Diagnose:
1619 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1729 if (Kind == CheckConstexprKind::Diagnose)
1808 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1823 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1851 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1865 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1878 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1899 if (Kind == Sema::CheckConstexprKind::Diagnose) {
1950 if (Kind == Sema::CheckConstexprKind::Diagnose) {
2112 if (Kind == Sema::CheckConstexprKind::Diagnose) {
2148 case Sema::CheckConstexprKind::Diagnose:
2203 if (Kind == Sema::CheckConstexprKind::Diagnose) {
2262 case Sema::CheckConstexprKind::Diagnose:
2281 case Sema::CheckConstexprKind::Diagnose:
2314 if (Kind == Sema::CheckConstexprKind::Diagnose &&
2584 // Diagnose any attributes we see.
3813 // Diagnose value-uses of fields to initialize themselves, e.g.
6081 // Diagnose dll attributes on members of class with dll attribute.
7361 ShouldDeleteSpecialMember(MD, CSM, nullptr, /*Diagnose*/true);
7374 ShouldDeleteSpecialMember(MD, CSM, nullptr, /*Diagnose*/true);
7542 DiagnosticKind Diagnose;
7553 DiagnosticKind Diagnose = NoDiagnostics)
7554 : Base(S, RD, FD, DCK), Diagnose(Diagnose) {}
7563 if (Diagnose == ExplainDeleted) {
7592 if (Diagnose == ExplainDeleted) {
7647 if (Diagnose == ExplainDeleted) {
7670 Diagnose == ExplainDeleted
7684 if (Diagnose == ExplainConstexpr && !BestFD->isConstexpr()) {
7704 /*Diagnose=*/false)) {
7708 if (Diagnose == NoDiagnostics) {
7727 if (Diagnose == ExplainDeleted) {
7751 if (Diagnose == ExplainDeleted) {
7765 if (Diagnose == ExplainDeleted) {
7795 if (Diagnose == ExplainDeleted) {
8410 if (CheckConstexprReturnType(*this, FD, CheckConstexprKind::Diagnose) &&
8411 CheckConstexprParameterTypes(*this, FD, CheckConstexprKind::Diagnose) &&
8678 bool Diagnose;
8686 Sema::InheritedConstructorInfo *ICI, bool Diagnose)
8687 : SpecialMemberVisitor(S, MD, CSM, ICI), Diagnose(Diagnose),
8765 if (Diagnose) {
8842 if (Diagnose) {
8869 if (BaseCtor->isDeleted() && Diagnose) {
8895 if (Diagnose)
8907 if (Diagnose)
8919 if (Diagnose)
8927 if (Diagnose)
8935 if (Diagnose)
8968 if (Diagnose)
9001 if (Diagnose)
9015 bool Diagnose) {
9030 if (Diagnose)
9059 if (!Diagnose) return true;
9071 if (!Diagnose) return true;
9103 OperatorDelete, /*Diagnose*/false)) {
9104 if (Diagnose)
9110 SpecialMemberDeletionInfo SMI(*this, MD, CSM, ICI, Diagnose);
9138 SMI.ConstArg, Diagnose);
9151 nullptr, /*Diagnose=*/true);
9330 Sema::TrivialABIHandling TAH, bool Diagnose) {
9337 ConstRHS, TAH, Diagnose ? &Selected : nullptr))
9340 if (Diagnose) {
9368 Diagnose);
9381 bool Diagnose) {
9391 CSM, ConstArg, TAH, Diagnose))
9401 if (Diagnose)
9411 if (Diagnose)
9419 CSM, TSK_Field, TAH, Diagnose))
9426 /// Diagnose why the specified class does not have a trivial special member of
9434 /*Diagnose*/true);
9441 TrivialABIHandling TAH, bool Diagnose) {
9464 if (Diagnose)
9481 if (Diagnose)
9495 if (Diagnose)
9502 if (Diagnose)
9518 ConstArg, CSM, TSK_BaseClass, TAH, Diagnose))
9533 if (!checkTrivialClassMembers(*this, RD, CSM, ConstArg, TAH, Diagnose))
9540 if (Diagnose)
9549 if (!Diagnose)
9696 /// Diagnose methods which overload virtual methods in a base class
10456 // Diagnose "&operator bool()" and other such nonsense. This
10756 /// Diagnose a mismatch in 'inline' qualifiers when a namespace is
11530 // Diagnose finding a decl which is not from a base class of the
12947 /* Diagnose */ false);
13107 /*Diagnose*/true);
13225 /* Diagnose */ false);
13862 /* Diagnose */ false);
13898 /// Diagnose an implicit copy operation for a class which is odr-used, but
14187 /* Diagnose */ false);
14569 /* Diagnose */ false);
14702 /* Diagnose */ false);