Home | History | Annotate | Download | only in Parse

Lines Matching refs:Insertion

3830     FixItHint Insertion;
3832 Insertion = FixItHint::CreateInsertion(D.getIdentifierLoc(), "...");
3836 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion << !D.hasName();