Lines Matching refs:IdLoc

2001                  SourceLocation StartLoc, SourceLocation IdLoc,  in VarDecl()  argument
2004 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2727 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
2730 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4138 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4142 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4367 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() argument
4369 : TagDecl(Enum, TTK_Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in EnumDecl()
4384 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4388 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
4499 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() argument
4501 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
4519 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4522 StartLoc, IdLoc, Id, PrevDecl); in Create()
4829 SourceLocation IdLoc, in Create() argument
4832 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type, ParamKind); in Create()
4947 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4949 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()
4998 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
5000 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()