Searched defs:FixItLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp272 SourceLocation FixItLoc; local
276 FixItLoc = PP.getLocForEndOfToken(FTLoc.getLocalRangeEnd());
279 if (FixItLoc.isInvalid())
287 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());

Completed in 182 milliseconds