Lines Matching defs:IdLoc
495 SourceLocation IdLoc = ConsumeToken();
515 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
2997 SourceLocation IdLoc = ConsumeToken();
3002 Result.setIdentifier(Id, IdLoc);
3010 ParsedType Ty = Actions.getConstructorName(*Id, IdLoc, getCurScope(), SS,
3014 Result.setConstructorName(Ty, IdLoc, IdLoc);
3017 Actions.isDeductionGuideName(getCurScope(), *Id, IdLoc, SS,
3020 Result.setDeductionGuideName(TemplateName, IdLoc);
3023 Result.setIdentifier(Id, IdLoc);
3031 TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), Id, IdLoc,
3048 Diag(IdLoc, diag::missing_template_arg_list_after_template_kw);