Lines Matching refs:IdLoc
2132 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() argument
2135 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2907 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
2910 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4490 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4494 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
4780 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() argument
4782 : TagDecl(Enum, TagTypeKind::Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in EnumDecl()
4797 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4801 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
4938 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() argument
4940 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
4960 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
4963 StartLoc, IdLoc, Id, PrevDecl); in Create()
5310 SourceLocation IdLoc, in Create() argument
5313 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type, ParamKind); in Create()
5434 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
5436 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()
5485 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
5487 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()