reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Decl.cpp
 2972   if (Ctx.getLangOpts().SizedDeallocation &&
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2805   Opts.SizedDeallocation = Args.hasArg(OPT_fsized_deallocation);
tools/clang/lib/Frontend/InitPreprocessor.cpp
  516   if (LangOpts.SizedDeallocation)
tools/clang/lib/Sema/SemaExprCXX.cpp
 1468   if (S.getLangOpts().SizedDeallocation && UsualParams < FD->getNumParams() &&
 2736     bool HasSizedVariant = getLangOpts().SizedDeallocation &&
tools/clang/tools/extra/clang-tidy/misc/NewDeleteOverloadsCheck.cpp
   57   if (Ctx.getLangOpts().SizedDeallocation &&