Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5073 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local
5076 FixitLoc = S.getLocForEndOfToken(TInfo->getTypeLoc().getEndLoc()); in GetFullTypeForDeclarator()
5079 FixitLoc = S.getLocForEndOfToken(D.getDeclSpec().getEndLoc()); in GetFullTypeForDeclarator()
5083 << FixItHint::CreateInsertion(FixitLoc, "*"); in GetFullTypeForDeclarator()
5090 TLoc.setStarLoc(FixitLoc); in GetFullTypeForDeclarator()
H A DSemaDecl.cpp4525 SourceLocation FixitLoc = in setTagNameForLinkagePurposes() local
4531 Diag(FixitLoc, DiagID) in setTagNameForLinkagePurposes()
4533 << FixItHint::CreateInsertion(FixitLoc, TextToInsert); in setTagNameForLinkagePurposes()