Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance
4248 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local4251 InsertionText = InsertionText.drop_back(); in fixItNullability()4254 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4256 InsertionText = InsertionText.drop_front(); in fixItNullability()4259 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4262 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
16415 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local16416 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()16425 InsertionText); in CheckFriendTypeDecl()