Home | History | Annotate | Download | only in Parse

Lines Matching refs:StartLocation

1221         Diag(Id.StartLocation, diag::err_missing_dependent_template_keyword)
1223 << FixItHint::CreateInsertion(Id.StartLocation, "template ");
1280 ParseTemplateIdAfterTemplateName(Template, Id.StartLocation,
1297 TemplateId->TemplateNameLoc = Id.StartLocation;
1301 TemplateId->TemplateNameLoc = Id.StartLocation;
1333 Id.setDestructorName(Id.StartLocation, Type.get(), RAngleLoc);