Home | History | Annotate | Download | only in Parse

Lines Matching refs:StartLocation

1992         Diag(Id.StartLocation, diag::err_missing_dependent_template_keyword)
1994 << FixItHint::CreateInsertion(Id.StartLocation, "template ");
2053 ParseTemplateIdAfterTemplateName(Template, Id.StartLocation,
2071 TemplateId->TemplateNameLoc = Id.StartLocation;
2075 TemplateId->TemplateNameLoc = Id.StartLocation;
2108 Id.setDestructorName(Id.StartLocation, Type.get(), RAngleLoc);