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.cpp5018 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
5021 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
5024 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
5028 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
5035 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp5057 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local
5063 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()
5065 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()