Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4953 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
4956 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
4959 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
4963 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
4970 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp4950 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local
4956 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()
4958 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()