Home
last modified time | relevance | path

Searched refs:InsertionText (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp4329 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
4332 InsertionText = InsertionText.drop_back(); in fixItNullability()
4335 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4337 InsertionText = InsertionText.drop_front(); in fixItNullability()
4340 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4343 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
H A DSemaDeclCXX.cpp16671 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local
16672 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
16681 InsertionText); in CheckFriendTypeDecl()