Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance
4501 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local4504 InsertionText = InsertionText.drop_back(); in fixItNullability()4507 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4509 InsertionText = InsertionText.drop_front(); in fixItNullability()4512 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4515 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
17560 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local17561 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()17570 InsertionText); in CheckFriendTypeDecl()