Lines Matching refs:IdLoc

2042                  SourceLocation StartLoc, SourceLocation IdLoc,  in VarDecl()  argument
2045 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2815 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
2818 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4257 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4261 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4487 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() argument
4489 : TagDecl(Enum, TTK_Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in EnumDecl()
4504 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4508 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
4630 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() argument
4632 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
4651 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4654 StartLoc, IdLoc, Id, PrevDecl); in Create()
4974 SourceLocation IdLoc, in Create() argument
4977 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type, ParamKind); in Create()
5090 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
5092 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()
5141 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
5143 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()