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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 2190     return Diag(Loc, diag::err_bad_new_type)
 2193     return Diag(Loc, diag::err_bad_new_type)
 2196            RequireCompleteType(Loc, AllocType, diag::err_new_incomplete_type,R))
 2198   else if (RequireNonAbstractType(Loc, AllocType,
 2202     return Diag(Loc, diag::err_variably_modified_new_type)
 2206     return Diag(Loc, diag::err_address_space_qualified_new)
 2214         return Diag(Loc, diag::err_arc_new_array_without_ownership)