Searched defs:FixitLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp2764 SourceLocation DiagLoc, FixitLoc; local
2767 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getLocEnd());
2770 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getLocEnd());
2774 << FixItHint::CreateInsertion(FixitLoc, "*");
2781 TLoc.setStarLoc(FixitLoc);

Completed in 104 milliseconds