Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4248 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
4251 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()
H A DSemaDeclCXX.cpp16415 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local
16416 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
16425 InsertionText); in CheckFriendTypeDecl()