Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4576 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
4579 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
4582 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
4586 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
4593 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()