Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance
3956 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local3959 InsertionText = InsertionText.drop_back(); in fixItNullability()3962 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()3964 InsertionText = InsertionText.drop_front(); in fixItNullability()3967 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()3970 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
15735 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local15736 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()15745 InsertionText); in CheckFriendTypeDecl()