Lines Matching defs:DeclEnd
65 SourceLocation &DeclEnd,
149 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
246 DeclEnd = T.getCloseLocation();
247 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
298 SourceLocation &DeclEnd) {
338 DeclEnd = Tok.getLocation();
499 SourceLocation &DeclEnd, ParsedAttributes &Attrs) {
528 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, Attrs);
533 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, Attrs,
549 SourceLocation &DeclEnd,
603 DeclEnd = Tok.getLocation();
713 SourceLocation UsingLoc, SourceLocation &DeclEnd,
801 DeclEnd = Tok.getLocation();
854 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec);
917 DeclEnd = Tok.getLocation();
929 UsingDeclarator &D, SourceLocation &DeclEnd, AccessSpecifier AS,
990 DeclEnd = Tok.getLocation();
1023 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd) {
1116 DeclEnd = Tok.getLocation();
2979 SourceLocation DeclEnd;
2981 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd)));
2988 SourceLocation DeclEnd;
2990 DeclEnd, AccessAttrs, AS);
3028 SourceLocation DeclEnd;
3031 UsingLoc, DeclEnd, DeclAttrs, AS);