Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance
4215 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local4218 InsertionText = InsertionText.drop_back(); in fixItNullability()4221 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4223 InsertionText = InsertionText.drop_front(); in fixItNullability()4226 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()4229 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
16210 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local16211 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()16220 InsertionText); in CheckFriendTypeDecl()