Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp5261 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
5264 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
5267 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
5271 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
5278 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp5006 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local
5012 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()
5014 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()