Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp4059 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
4062 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getLocEnd()); in GetFullTypeForDeclarator()
4065 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getLocEnd()); in GetFullTypeForDeclarator()
4069 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
4076 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()