Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance
4396 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local4399 InsertionText = InsertionText.drop_back(); in fixItNullability()4402 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4404 InsertionText = InsertionText.drop_front(); in fixItNullability()4407 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4410 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
16882 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local16883 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()16892 InsertionText); in CheckFriendTypeDecl()