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

Lines Matching refs:Diagnose

581     // Diagnose that this identifier was undeclared, and retry the lookup during
1066 // Diagnose the ambiguity and return an error.
1902 bool Diagnose = false;
1904 Diagnose = !L->isResolvedMSAsmLabel();
1906 Diagnose = L->getStmt() == nullptr;
1907 if (Diagnose)
1924 // Diagnose unused variables in this scope.
4973 // Diagnose whether this anonymous struct/union is an extension.
5578 /// Diagnose a declaration whose declarator-id has the given
6031 /// Diagnose function specifiers on a declaration of an identifier that
7363 // Diagnose shadowed variables iff this isn't a redeclaration.
7499 /// Diagnose variable or built-in function shadowing. Implements
7610 /// Diagnose shadowing for variables shadowed in the lambda record \p LambdaRD
7690 // non-global extern "C" declaration. Diagnose if this is a variable
9366 // Diagnose no-prototype function declarations with calling conventions that
9578 // redeclaration lookup found nothing at all. Diagnose that now;
9815 // Diagnose availability attributes. Availability cannot be used on functions
9830 // Diagnose no_builtin attribute on function declaration that are not a
14483 !CheckConstexprFunctionDefinition(FD, CheckConstexprKind::Diagnose))
15511 // Diagnose this MSVC extension in the easy case where lookup would have
15748 // FIXME: Diagnose these attributes. For now, we create a new
15773 // Diagnose attempts to redefine a tag.
15893 // Diagnose implicit declarations introduced by elaborated types.
17369 // Diagnose redeclaration of private ivars.