Lines Matching refs:NewEntry
2900 const ASTRecordLayout *NewEntry = nullptr;
2906 NewEntry = new (*this) ASTRecordLayout(
2917 NewEntry = new (*this) ASTRecordLayout(
2939 NewEntry = new (*this) ASTRecordLayout(
2953 NewEntry = new (*this) ASTRecordLayout(
2961 ASTRecordLayouts[D] = NewEntry;
2968 return *NewEntry;
3071 const ASTRecordLayout *NewEntry =
3080 ObjCLayouts[Key] = NewEntry;
3082 return *NewEntry;