Lines Matching defs:NewEntry
3343 const ASTRecordLayout *NewEntry = nullptr;
3350 NewEntry = new (*this) ASTRecordLayout(
3362 NewEntry = new (*this) ASTRecordLayout(
3384 NewEntry = new (*this) ASTRecordLayout(
3399 NewEntry = new (*this) ASTRecordLayout(
3407 ASTRecordLayouts[D] = NewEntry;
3414 return *NewEntry;
3554 const ASTRecordLayout *NewEntry = new (*this) ASTRecordLayout(
3560 ObjCLayouts[Key] = NewEntry;
3562 return *NewEntry;