Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3750 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
3753 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getLocEnd()); in GetFullTypeForDeclarator()
3756 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getLocEnd()); in GetFullTypeForDeclarator()
3760 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
3767 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()