Home | History | Annotate | Download | only in AST

Lines Matching defs:new

48 void *Decl::operator new(std::size_t Size, const ASTContext &Context,
66 void *Decl::operator new(std::size_t Size, const ASTContext &Ctx,
69 return ::operator new(Size + Extra, Ctx);
236 Decl::MultipleDC *MDC = new (Ctx) Decl::MultipleDC();
985 /// built a lookup map. For every name in the map, pull in the new names from
1070 // We have both existing declarations and new declarations for this name.
1079 // Add in any new declarations.
1574 M = new DependentStoredDeclsMap();
1576 M = new StoredDeclsMap();
1621 DiagStorage = new (C) PartialDiagnostic::Storage;
1623 DependentDiagnostic *DD = new (C) DependentDiagnostic(PDiag, DiagStorage);