Home | History | Annotate | Download | only in Sema

Lines Matching refs:CreateInsertion

96             << FixItHint::CreateInsertion(Open, "/* DISABLES CODE */ (")
97 << FixItHint::CreateInsertion(Close, ")");
616 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
636 << FixItHint::CreateInsertion(Loc, Init);
1140 FixItHint::CreateInsertion(L, TextToInsert);
1144 FixItHint::CreateInsertion(L, "break; ");