Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance
3752 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local3755 InsertionText = InsertionText.drop_back(); in fixItNullability()3758 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()3760 InsertionText = InsertionText.drop_front(); in fixItNullability()3763 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()3766 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
13987 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local13988 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()13997 InsertionText); in CheckFriendTypeDecl()