Lines Matching refs:StartLoc
87 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl() argument
90 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl), in CXXRecordDecl()
96 DeclContext *DC, SourceLocation StartLoc, in Create() argument
100 CXXRecordDecl *R = new (C, DC) CXXRecordDecl(CXXRecord, TK, C, DC, StartLoc, in Create()
1468 SourceLocation StartLoc, in Create() argument
1473 return new (C, RD) CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, in Create()
1751 SourceLocation StartLoc, in Create() argument
1759 return new (C, RD) CXXConstructorDecl(C, RD, StartLoc, NameInfo, T, TInfo, in Create()
1904 SourceLocation StartLoc, in Create() argument
1911 return new (C, RD) CXXDestructorDecl(C, RD, StartLoc, NameInfo, T, TInfo, in Create()
1936 SourceLocation StartLoc, in Create() argument
1944 return new (C, RD) CXXConversionDecl(C, RD, StartLoc, NameInfo, T, TInfo, in Create()
2002 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() argument
2005 redeclarable_base(C), LocStart(StartLoc), RBraceLoc(), in NamespaceDecl()
2014 bool Inline, SourceLocation StartLoc, in Create() argument
2017 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, in Create()