Home | History | Annotate | Download | only in Sema

Lines Matching refs:FixItLoc

272   SourceLocation FixItLoc;
276 FixItLoc = PP.getLocForEndOfToken(FTLoc.getLocalRangeEnd());
279 if (FixItLoc.isInvalid())
287 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());