Home | History | Annotate | Download | only in Parse

Lines Matching refs:CreateInsertion

400       << FixItHint::CreateInsertion(OldToken.getLocation(), "case ");
687 << FixItHint::CreateInsertion(ExpectedLoc, ":");
727 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
764 << FixItHint::CreateInsertion(ExpectedLoc, ":");
777 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
1528 ? FixItHint::CreateInsertion(Loc, "auto &&")