Home | History | Annotate | Download | only in Parse

Lines Matching refs:IdLoc

871   SourceLocation IdLoc = ConsumeToken();
878 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
880 Diag(IdLoc, diag::err_unknown_template_name)
889 TemplateName.setIdentifier(Id, IdLoc);
913 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
919 Diag(IdLoc, diag::err_expected_class_name);
924 EndLocation = IdLoc;
928 IdLoc);
934 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
2724 SourceLocation IdLoc = Tok.getLocation();
2750 TemplateTypeTy, DS, IdLoc,
2771 TemplateTypeTy, DS, IdLoc,