Lines Matching defs:IdLoc
2117 SourceLocation StartLoc, SourceLocation IdLoc,
2120 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2908 SourceLocation StartLoc, SourceLocation IdLoc,
2912 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
4538 SourceLocation StartLoc, SourceLocation IdLoc,
4542 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
4828 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl,
4830 : TagDecl(Enum, TagTypeKind::Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
4845 SourceLocation StartLoc, SourceLocation IdLoc,
4849 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl,
4986 SourceLocation IdLoc, IdentifierInfo *Id,
4988 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
5008 SourceLocation StartLoc, SourceLocation IdLoc,
5011 StartLoc, IdLoc, Id, PrevDecl);
5372 SourceLocation IdLoc,
5375 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type, ParamKind);
5496 SourceLocation StartLoc, SourceLocation IdLoc,
5499 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
5548 SourceLocation IdLoc,
5551 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo);