Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DQualifiedAutoCheck.cpp200 SourceLocation FixitLoc = FixItRange.getBegin(); in check() local
202 if (Range.getBegin() < FixitLoc) in check()
203 FixitLoc = Range.getBegin(); in check()
216 diag(FixitLoc, in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp5189 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
5192 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
5195 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
5199 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
5206 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp4930 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local
4936 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()
4938 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()