Home | History | Annotate | Download | only in Sema

Lines Matching refs:FixItHint

318         << FixItHint::CreateInsertion(Loc->Loc, "\"")
319 << FixItHint::CreateInsertion(getLocForEndOfToken(Loc->Loc), "\"");
3614 << (RTRange.isValid() ? FixItHint::CreateReplacement(RTRange, "void")
3615 : FixItHint());