Home | History | Annotate | Download | only in AST

Lines Matching refs:StartLoc

1687                  SourceLocation StartLoc, SourceLocation IdLoc,
1690 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2183 SourceLocation StartLoc,
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,
3488 DeclContext *DC, SourceLocation StartLoc,
3491 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
3501 SourceLocation StartLoc, SourceLocation IdLoc,
3504 StartLoc, IdLoc, Id, PrevDecl);
3686 SourceLocation StartLoc,
3694 new (C, DC) FunctionDecl(Function, C, DC, StartLoc, NameInfo, T, TInfo,
3765 SourceLocation StartLoc, SourceLocation IdLoc,
3767 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
3778 SourceLocation StartLoc,
3781 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
3845 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc,
3848 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true),
3857 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc,
3859 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false),
3866 SourceLocation StartLoc, Module *Imported,
3869 ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
3873 SourceLocation StartLoc,
3877 new (C, DC, sizeof(SourceLocation)) ImportDecl(DC, StartLoc,