Home | History | Annotate | Download | only in AST

Lines Matching refs:IdLoc

1687                  SourceLocation StartLoc, SourceLocation IdLoc,
1690 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2184 SourceLocation IdLoc, IdentifierInfo *Id,
2187 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
3238 SourceLocation StartLoc, SourceLocation IdLoc,
3242 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
3413 SourceLocation StartLoc, SourceLocation IdLoc,
3417 EnumDecl *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl,
3489 SourceLocation IdLoc, IdentifierInfo *Id,
3491 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
3501 SourceLocation StartLoc, SourceLocation IdLoc,
3504 StartLoc, IdLoc, Id, PrevDecl);
3673 SourceLocation IdLoc,
3676 return new (C, DC) ImplicitParamDecl(C, DC, IdLoc, Id, Type);
3765 SourceLocation StartLoc, SourceLocation IdLoc,
3767 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
3779 SourceLocation IdLoc, IdentifierInfo *Id,
3781 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo);