Lines Matching defs:Fixit1
817 FixItHint &Fixit1, FixItHint &Fixit2) {
820 Fixit1 = FixItHint::CreateRemoval(
830 Fixit1 = FixItHint::CreateRemoval(CharSourceRange::getCharRange(
833 Fixit1 = FixItHint::CreateRemoval(If->getSourceRange());
888 FixItHint Fixit1, Fixit2;
904 I->Output, Fixit1, Fixit2);
914 I->Output, Fixit1, Fixit2);
928 Fixit1 = FixItHint::CreateRemoval(
932 Fixit1 = FixItHint::CreateReplacement(BO->getSourceRange(), FixitStr);
942 Fixit1 = FixItHint::CreateReplacement(Range, FixitStr);
950 Fixit1 = FixItHint::CreateRemoval(Range);
952 Fixit1 = FixItHint::CreateReplacement(Range, FixitStr);
972 Fixit1 = FixItHint::CreateReplacement(Range, FixitStr);
994 S.Diag(Fixit1.RemoveRange.getBegin(), diag::note_uninit_fixit_remove_cond)
995 << RemoveDiagKind << Str << I->Output << Fixit1 << Fixit2;