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.cpp4056 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
4059 InsertionText = InsertionText.drop_back(); in fixItNullability()
4062 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4064 InsertionText = InsertionText.drop_front(); in fixItNullability()
4067 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4070 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
H A DSemaDeclCXX.cpp18097 SmallString<16> InsertionText(" "); in ActOnFriendTypeDecl() local
18098 InsertionText += RD->getKindName(); in ActOnFriendTypeDecl()
18105 InsertionText); in ActOnFriendTypeDecl()