Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5385 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
5388 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
5391 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
5395 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
5402 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp5086 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local
5092 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()
5094 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()