Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp323 SourceLocation FixItLoc; in CheckEquivalentExceptionSpec() local
327 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
330 if (FixItLoc.isInvalid()) in CheckEquivalentExceptionSpec()
338 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str()); in CheckEquivalentExceptionSpec()