reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 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);