Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp347 SourceLocation FixItLoc; in CheckEquivalentExceptionSpec() local
354 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
357 if (FixItLoc.isInvalid()) in CheckEquivalentExceptionSpec()
363 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str()); in CheckEquivalentExceptionSpec()