Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4396 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
4399 InsertionText = InsertionText.drop_back(); in fixItNullability()
4402 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4404 InsertionText = InsertionText.drop_front(); in fixItNullability()
4407 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4410 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
H A DSemaDeclCXX.cpp16882 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local
16883 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
16892 InsertionText); in CheckFriendTypeDecl()