Home | History | Annotate | Download | only in Sema

Lines Matching refs:CreateInsertion

246       << Cur << FixItHint::CreateInsertion(DeclBegin, "static ");
420 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
521 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_setClass(") <<
524 FixItHint::CreateInsertion(RHSLocEnd, ")");
535 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_getClass(") <<
594 FixItHint::CreateInsertion(OISA->getLocStart(), "object_getClass(") <<
1773 << FixItHint::CreateInsertion(R.getNameLoc(), "this->");
1975 DB << FixItHint::CreateInsertion(Loc, "this->");
2251 D << FixItHint::CreateInsertion(Loc, "typename ");
2379 << FixItHint::CreateInsertion(Loc, "self->");
5956 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
5957 << FixItHint::CreateInsertion(EndLoc, ")");
7186 << FixItHint::CreateInsertion(LHSExpr->getLocStart(), "&")
7188 << FixItHint::CreateInsertion(EndLoc, "]");
7236 << FixItHint::CreateInsertion(LHSExpr->getLocStart(), "&")
7238 << FixItHint::CreateInsertion(EndLoc, "]");
7793 << FixItHint::CreateInsertion(Start, Opc == BO_EQ ? "[" : "![")
7795 << FixItHint::CreateInsertion(End, "]");
7828 << FixItHint::CreateInsertion(FirstOpen, "(")
7829 << FixItHint::CreateInsertion(FirstClose, ")");
7838 << FixItHint::CreateInsertion(SecondOpen, "(")
7839 << FixItHint::CreateInsertion(SecondClose, ")");
9016 << FixItHint::CreateInsertion(op->getSourceRange().getBegin(), Qual);
9453 FixItHint::CreateInsertion(LHS.get()->getLocStart(), "object_setClass(") <<
9455 FixItHint::CreateInsertion(RHSLocEnd, ")");
10833 << FixItHint::CreateInsertion(SL->getLocStart(), "@");
12876 << FixItHint::CreateInsertion(Open, "(")
12877 << FixItHint::CreateInsertion(Close, ")");