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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 1835       = InitializedEntity::InitializeNew(StartLoc, AllocType);
 1851       return ExprError(Diag(StartLoc, diag::err_auto_new_requires_ctor_arg)
 1865       return ExprError(Diag(StartLoc, diag::err_auto_new_deduction_failure)
 1923         Diag(StartLoc, diag::warn_cxx98_compat_array_size_conversion)
 1980       ConvertedSize = PerformContextualImplicitConversion(StartLoc, *ArraySize,
 2050           StartLoc, SourceRange(PlacementLParen, PlacementRParen), Scope, Scope,
 2060         doesUsualArrayDeleteWantSize(*this, StartLoc, AllocType);
 2093         Diag(StartLoc, diag::warn_overaligned_type)
 2106     Diag(StartLoc, diag::err_new_array_init_args) << InitRange;
 2130       = InitializedEntity::InitializeNew(StartLoc, InitType);
 2166     if (DiagnoseUseOfDecl(OperatorNew, StartLoc))
 2168     MarkFunctionReferenced(StartLoc, OperatorNew);
 2171     if (DiagnoseUseOfDecl(OperatorDelete, StartLoc))
 2173     MarkFunctionReferenced(StartLoc, OperatorDelete);