Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp3956 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
3959 InsertionText = InsertionText.drop_back(); in fixItNullability()
3962 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
3964 InsertionText = InsertionText.drop_front(); in fixItNullability()
3967 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
3970 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
HDSemaDeclCXX.cpp15735 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local
15736 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
15745 InsertionText); in CheckFriendTypeDecl()