Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3752 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
3755 InsertionText = InsertionText.drop_back(); in fixItNullability()
3758 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
3760 InsertionText = InsertionText.drop_front(); in fixItNullability()
3763 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
3766 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
H A DSemaDeclCXX.cpp13987 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local
13988 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
13997 InsertionText); in CheckFriendTypeDecl()