Home | History | Annotate | Download | only in Parse

Lines Matching refs:IdLoc

527     SourceLocation IdLoc = ConsumeToken();
528 ParsedType Type = Actions.getInheritingConstructorName(SS, IdLoc, *LastII);
529 Name.setConstructorName(Type, IdLoc, IdLoc);
963 SourceLocation IdLoc = ConsumeToken();
970 if (!Actions.DiagnoseUnknownTemplateName(*Id, IdLoc, getCurScope(),
972 Diag(IdLoc, diag::err_unknown_template_name)
979 ParseTemplateIdAfterTemplateName(TemplateTy(), IdLoc, SS,
986 TemplateName.setIdentifier(Id, IdLoc);
1010 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true,
1016 Diag(IdLoc, diag::err_expected_class_name);
1021 EndLocation = IdLoc;
1025 DS.SetRangeStart(IdLoc);
1031 DS.SetTypeSpecType(TST_typename, IdLoc, PrevSpec, DiagID, Type,
2880 SourceLocation IdLoc = Tok.getLocation();
2905 TemplateTypeTy, DS, IdLoc,
2925 TemplateTypeTy, DS, IdLoc,