Lines Matching defs:IdLoc
509 SourceLocation IdLoc = ConsumeToken();
529 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
3018 SourceLocation IdLoc = ConsumeToken();
3023 Result.setIdentifier(Id, IdLoc);
3031 ParsedType Ty = Actions.getConstructorName(*Id, IdLoc, getCurScope(), SS,
3035 Result.setConstructorName(Ty, IdLoc, IdLoc);
3038 Actions.isDeductionGuideName(getCurScope(), *Id, IdLoc, SS,
3041 Result.setDeductionGuideName(TemplateName, IdLoc);
3044 Result.setIdentifier(Id, IdLoc);
3052 TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), Id, IdLoc,
3069 Diag(IdLoc, diag::missing_template_arg_list_after_template_kw);