Home | History | Annotate | Download | only in AST

Lines Matching refs:IdLoc

1880                                  SourceLocation IdLoc, IdentifierInfo *Id,
1884 return new (C) ParmVarDecl(ParmVar, DC, StartLoc, IdLoc, Id, T, TInfo,
2762 SourceLocation StartLoc, SourceLocation IdLoc,
2766 return new (C) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
2946 SourceLocation StartLoc, SourceLocation IdLoc,
2950 EnumDecl *Enum = new (C) EnumDecl(DC, StartLoc, IdLoc, Id, PrevDecl,
3014 SourceLocation StartLoc, SourceLocation IdLoc,
3016 : TagDecl(DK, TK, DC, IdLoc, Id, PrevDecl, StartLoc) {
3026 SourceLocation StartLoc, SourceLocation IdLoc,
3028 RecordDecl* R = new (C) RecordDecl(Record, TK, DC, StartLoc, IdLoc, Id,
3199 SourceLocation IdLoc,
3202 return new (C) ImplicitParamDecl(DC, IdLoc, Id, Type);
3283 SourceLocation StartLoc, SourceLocation IdLoc,
3285 return new (C) TypedefDecl(DC, StartLoc, IdLoc, Id, TInfo);
3297 SourceLocation IdLoc, IdentifierInfo *Id,
3299 return new (C) TypeAliasDecl(DC, StartLoc, IdLoc, Id, TInfo);