• Home
  • Raw
  • Download

Lines Matching refs:IdLoc

1977                  SourceLocation StartLoc, SourceLocation IdLoc,  in VarDecl()  argument
1980 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2705 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
2708 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4105 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4109 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4334 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() argument
4336 : TagDecl(Enum, TTK_Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in EnumDecl()
4351 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4355 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
4466 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() argument
4468 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
4486 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4489 StartLoc, IdLoc, Id, PrevDecl); in Create()
4797 SourceLocation IdLoc, in Create() argument
4800 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type, ParamKind); in Create()
4915 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4917 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()
4966 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
4968 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()