Home
last modified time | relevance | path

Searched refs:FixItLoc (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp272 SourceLocation FixItLoc; in CheckEquivalentExceptionSpec() local
276 FixItLoc = PP.getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
279 if (FixItLoc.isInvalid()) in CheckEquivalentExceptionSpec()
287 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str()); in CheckEquivalentExceptionSpec()