Home | History | Annotate | Download | only in Parse

Lines Matching refs:IdLoc

549     SourceLocation IdLoc = ConsumeToken();
550 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
551 Name.setConstructorName(Type, IdLoc, IdLoc);
993 SourceLocation IdLoc = ConsumeToken();
1000 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
1002 Diag(IdLoc, diag::err_unknown_template_name)
1009 ParseTemplateIdAfterTemplateName(TemplateTy(), IdLoc, SS,
1016 TemplateName.setIdentifier(Id, IdLoc);
1040 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
1046 Diag(IdLoc, diag::err_expected_class_name);
1051 EndLocation = IdLoc;
1055 DS.SetRangeStart(IdLoc);
1061 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type,
3259 SourceLocation IdLoc = Tok.getLocation();
3284 TemplateTypeTy, DS, IdLoc,
3304 TemplateTypeTy, DS, IdLoc,