reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3821 InsertionText = InsertionText.drop_back(); 3821 InsertionText = InsertionText.drop_back(); 3824 InsertionText = InsertionText.drop_back().drop_front(); 3824 InsertionText = InsertionText.drop_back().drop_front(); 3826 InsertionText = InsertionText.drop_front(); 3826 InsertionText = InsertionText.drop_front(); 3829 InsertionText = InsertionText.drop_back().drop_front(); 3829 InsertionText = InsertionText.drop_back().drop_front(); 3832 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText);