Home | History | Annotate | Download | only in Sema

Lines Matching refs:CreateInsertion

296       << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
1406 << FixItHint::CreateInsertion(R.getNameLoc(), "this->");
4977 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
4978 << FixItHint::CreateInsertion(EndLoc, ")");
6173 << FixItHint::CreateInsertion(LHSExpr->getLocStart(), "&")
6175 << FixItHint::CreateInsertion(EndLoc, "]");
9273 Hint = FixItHint::CreateInsertion(SL->getLocStart(), "@");
10710 << FixItHint::CreateInsertion(Open, "(")
10711 << FixItHint::CreateInsertion(Close, ")");