Home | History | Annotate | Download | only in AST

Lines Matching refs:StartLoc

87                              DeclContext *DC, SourceLocation StartLoc,
90 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
96 DeclContext *DC, SourceLocation StartLoc,
100 CXXRecordDecl *R = new (C, DC) CXXRecordDecl(CXXRecord, TK, C, DC, StartLoc,
1415 SourceLocation StartLoc,
1420 return new (C, RD) CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo,
1698 SourceLocation StartLoc,
1706 return new (C, RD) CXXConstructorDecl(C, RD, StartLoc, NameInfo, T, TInfo,
1848 SourceLocation StartLoc,
1855 return new (C, RD) CXXDestructorDecl(C, RD, StartLoc, NameInfo, T, TInfo,
1871 SourceLocation StartLoc,
1879 return new (C, RD) CXXConversionDecl(C, RD, StartLoc, NameInfo, T, TInfo,
1937 SourceLocation StartLoc, SourceLocation IdLoc,
1940 redeclarable_base(C), LocStart(StartLoc), RBraceLoc(),
1949 bool Inline, SourceLocation StartLoc,
1952 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id,