• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/

Lines Matching defs:StartLoc

1951                  SourceLocation StartLoc, SourceLocation IdLoc,
1954 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc),
2660 SourceLocation StartLoc,
2664 return new (C, DC) ParmVarDecl(ParmVar, C, DC, StartLoc, IdLoc, Id, T, TInfo,
2767 SourceLocation StartLoc,
2774 StartLoc),
4004 SourceLocation StartLoc, SourceLocation IdLoc,
4008 return new (C, DC) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
4232 EnumDecl::EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
4235 : TagDecl(Enum, TTK_Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
4250 SourceLocation StartLoc, SourceLocation IdLoc,
4254 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl,
4364 DeclContext *DC, SourceLocation StartLoc,
4367 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) {
4385 SourceLocation StartLoc, SourceLocation IdLoc,
4388 StartLoc, IdLoc, Id, PrevDecl);
4715 SourceLocation StartLoc,
4723 new (C, DC) FunctionDecl(Function, C, DC, StartLoc, NameInfo, T, TInfo,
4816 SourceLocation StartLoc, SourceLocation IdLoc,
4818 return new (C, DC) TypedefDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
4866 SourceLocation StartLoc,
4869 return new (C, DC) TypeAliasDecl(C, DC, StartLoc, IdLoc, Id, TInfo);
4933 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc,
4936 : Decl(Import, DC, StartLoc), ImportedModule(Imported),
4944 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc,
4946 : Decl(Import, DC, StartLoc), ImportedModule(Imported),
4952 SourceLocation StartLoc, Module *Imported,
4956 ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
4960 SourceLocation StartLoc,
4964 ImportDecl(DC, StartLoc, Imported, EndLoc);