Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance
4329 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local4332 InsertionText = InsertionText.drop_back(); in fixItNullability()4335 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4337 InsertionText = InsertionText.drop_front(); in fixItNullability()4340 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4343 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
16671 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local16672 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()16681 InsertionText); in CheckFriendTypeDecl()