Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4501 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
4504 InsertionText = InsertionText.drop_back(); in fixItNullability()
4507 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4509 InsertionText = InsertionText.drop_front(); in fixItNullability()
4512 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4515 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
H A DSemaDeclCXX.cpp17560 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local
17561 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
17570 InsertionText); in CheckFriendTypeDecl()