Home | History | Annotate | Download | only in Sema

Lines Matching refs:CreateInsertion

95             << FixItHint::CreateInsertion(Open, "/* DISABLES CODE */ (")
96 << FixItHint::CreateInsertion(Close, ")");
624 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
644 << FixItHint::CreateInsertion(Loc, Init);
1145 FixItHint::CreateInsertion(L, TextToInsert);
1149 FixItHint::CreateInsertion(L, "break; ");