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

References

tools/clang/lib/AST/Decl.cpp
 2982   if (Ctx.getLangOpts().AlignedAllocation && !Ty.isNull() && Ty->isAlignValT()) {
tools/clang/lib/AST/DeclCXX.cpp
 2199       Context.getLangOpts().AlignedAllocation ||
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2321   Opts.AlignedAllocation = Opts.CPlusPlus17;
 2806   Opts.AlignedAllocation =
 2808                    Opts.AlignedAllocation);
 2810       Opts.AlignedAllocation && Args.hasArg(OPT_aligned_alloc_unavailable);
tools/clang/lib/Frontend/InitPreprocessor.cpp
  539   if (LangOpts.AlignedAllocation && !LangOpts.AlignedAllocationUnavailable)
tools/clang/lib/Sema/SemaExprCXX.cpp
 1474   if (S.getLangOpts().AlignedAllocation && UsualParams < FD->getNumParams() &&
 1555   return S.getLangOpts().AlignedAllocation &&
 2043   bool PassAlignment = getLangOpts().AlignedAllocation &&
 2713   if (!StdAlignValT && getLangOpts().AlignedAllocation) {
 2738     bool HasAlignedVariant = getLangOpts().AlignedAllocation;