Searched refs:TypeEndLoc (Results 1 – 3 of 3) sorted by relevance
88 const SourceLocation TypeEndLoc = in VisitTypeLoc() local92 if (!visit(TemplateTypeParm->getDecl(), TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()98 TypeBeginLoc, TypeEndLoc)) in VisitTypeLoc()103 return visit(TP->getAsCXXRecordDecl(), TypeBeginLoc, TypeEndLoc); in VisitTypeLoc()109 const SourceLocation TypeEndLoc = in VisitTypedefTypeLoc() local111 return visit(TL.getTypedefNameDecl(), TL.getBeginLoc(), TypeEndLoc); in VisitTypedefTypeLoc()
11010 SourceLocation TypeEndLoc = in CheckParameter() local11014 << FixItHint::CreateInsertion(TypeEndLoc, "*"); in CheckParameter()
13742 SourceLocation TypeEndLoc = in CheckParameter() local13746 << FixItHint::CreateInsertion(TypeEndLoc, "*"); in CheckParameter()