Lines Matching defs:IdLoc
2124 SourceLocation StartLoc, SourceLocation IdLoc,
2127 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2919 SourceLocation StartLoc, SourceLocation IdLoc,
2923 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
4572 SourceLocation StartLoc, SourceLocation IdLoc,
4576 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
4877 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl,
4879 : TagDecl(Enum, TagTypeKind::Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
4894 SourceLocation StartLoc, SourceLocation IdLoc,
4898 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl,
5035 SourceLocation IdLoc, IdentifierInfo *Id,
5037 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
5058 SourceLocation StartLoc, SourceLocation IdLoc,
5061 StartLoc, IdLoc, Id, PrevDecl);
5430 SourceLocation IdLoc,
5433 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type, ParamKind);
5582 SourceLocation StartLoc, SourceLocation IdLoc,
5585 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
5634 SourceLocation IdLoc,
5637 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo);