Home | History | Annotate | Download | only in AST

Lines Matching refs:IdLoc

1781                  SourceLocation StartLoc, SourceLocation IdLoc,
1784 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2288 SourceLocation IdLoc, IdentifierInfo *Id,
2291 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
3333 SourceLocation StartLoc, SourceLocation IdLoc,
3337 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
3516 SourceLocation StartLoc, SourceLocation IdLoc,
3520 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl,
3591 SourceLocation IdLoc, IdentifierInfo *Id,
3593 : TagDecl(DK, TK, C, DC, IdLoc
3603 SourceLocation StartLoc, SourceLocation IdLoc,
3606 StartLoc, IdLoc, Id, PrevDecl);
3843 SourceLocation IdLoc,
3846 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type);
3935 SourceLocation StartLoc, SourceLocation IdLoc,
3937 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
3964 SourceLocation IdLoc, IdentifierInfo *Id,
3966 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo);