Lines Matching refs:IdLoc
1769 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() argument
1772 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
2278 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
2281 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
3320 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3324 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo, in Create()
3504 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3508 EnumDecl *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
3580 SourceLocation IdLoc, IdentifierInfo *Id, in RecordDecl() argument
3582 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
3592 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3595 StartLoc, IdLoc, Id, PrevDecl); in Create()
3851 SourceLocation IdLoc, in Create() argument
3854 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type); in Create()
3943 SourceLocation StartLoc, SourceLocation IdLoc, in Create() argument
3945 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()
3972 SourceLocation IdLoc, IdentifierInfo *Id, in Create() argument
3974 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo); in Create()