Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4215 StringRef InsertionText = InsertionTextBuf.str(); in fixItNullability() local
4218 InsertionText = InsertionText.drop_back(); in fixItNullability()
4221 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4223 InsertionText = InsertionText.drop_front(); in fixItNullability()
4226 InsertionText = InsertionText.drop_back().drop_front(); in fixItNullability()
4229 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
H A DSemaDeclCXX.cpp16210 SmallString<16> InsertionText(" "); in CheckFriendTypeDecl() local
16211 InsertionText += RD->getKindName(); in CheckFriendTypeDecl()
16220 InsertionText); in CheckFriendTypeDecl()