Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp2706 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
2709 FixitLoc = S.PP.getLocForEndOfToken(TInfo->getTypeLoc().getLocEnd()); in GetFullTypeForDeclarator()
2712 FixitLoc = S.PP.getLocForEndOfToken(D.getDeclSpec().getLocEnd()); in GetFullTypeForDeclarator()
2716 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
2723 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()