Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5106 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
5109 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
5112 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
5116 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
5123 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp4588 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local
4594 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()
4596 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()