Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4003 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
4006 InsertionText = InsertionText.drop_back(); in fixItNullability()
4009 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4011 InsertionText = InsertionText.drop_front(); in fixItNullability()
4014 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4017 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
H A DSemaDeclCXX.cpp17562 SmallString<16> InsertionText(" "); in ActOnFriendTypeDecl() local
17563 InsertionText += RD->getKindName(); in ActOnFriendTypeDecl()
17570 InsertionText); in ActOnFriendTypeDecl()