Searched refs:getStarLoc (Results 1 – 8 of 8) sorted by relevance
1137 SourceLocation getStarLoc() const { in getStarLoc() function1167 SourceLocation getStarLoc() const { in getStarLoc() function1191 return SourceRange(TI->getTypeLoc().getBeginLoc(), getStarLoc()); in getLocalSourceRange()1193 return SourceRange(getStarLoc()); in getLocalSourceRange()1202 SourceLocation getStarLoc() const { in getStarLoc() function
1253 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc() function
486 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitPointerTypeLoc()504 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitMemberPointerTypeLoc()668 Writer.AddSourceLocation(TL.getStarLoc(), Record); in VisitObjCObjectPointerTypeLoc()
187 Writer.AddSourceLocation(S->getStarLoc(), Record); in VisitIndirectGotoStmt()
4140 NewT.setStarLoc(TL.getStarLoc()); in TransformPointerType()4270 TL.getStarLoc()); in TransformMemberPointerType()5925 TL.getStarLoc()); in TransformObjCObjectPointerType()5931 NewT.setStarLoc(TL.getStarLoc()); in TransformObjCObjectPointerType()6362 return getDerived().RebuildIndirectGotoStmt(S->getGotoLoc(), S->getStarLoc(), in TransformIndirectGotoStmt()
306 << FixItHint::CreateRemoval(TL.getStarLoc()); in DiagnoseUnusedExprResult()
5094 DstPTL.setStarLoc(SrcPTL.getStarLoc()); in FixInvalidVariablyModifiedTypeLoc()
4830 SourceLocation ToStarLoc = Importer.Import(S->getStarLoc()); in VisitIndirectGotoStmt()