Home | History | Annotate | Download | only in Parse

Lines Matching defs:IdLoc

501     SourceLocation IdLoc = ConsumeToken();
502 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
503 Name.setConstructorName(Type, IdLoc, IdLoc);
910 SourceLocation IdLoc = ConsumeToken();
917 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
919 Diag(IdLoc, diag::err_unknown_template_name)
928 TemplateName.setIdentifier(Id, IdLoc);
952 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
958 Diag(IdLoc, diag::err_expected_class_name);
963 EndLocation = IdLoc;
967 DS.SetRangeStart(IdLoc);
973 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type);
2792 SourceLocation IdLoc = Tok.getLocation();
2818 TemplateTypeTy, DS, IdLoc,
2839 TemplateTypeTy, DS, IdLoc,