Lines Matching refs:IdLoc
1784 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() argument
1787 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2330 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
2333 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
3444 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3448 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
3627 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3631 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
3717 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() argument
3719 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
3729 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3732 StartLoc, IdLoc, Id, PrevDecl); in Create()
4016 SourceLocation IdLoc, in Create() argument
4019 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type); in Create()
4129 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4131 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()
4158 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
4160 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()