Lines Matching defs:DeclEnd
65 SourceLocation &DeclEnd,
157 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
254 DeclEnd = T.getCloseLocation();
255 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
306 SourceLocation &DeclEnd) {
346 DeclEnd = Tok.getLocation();
495 SourceLocation &DeclEnd, ParsedAttributes &Attrs) {
524 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, Attrs);
529 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, Attrs,
545 SourceLocation &DeclEnd,
599 DeclEnd = Tok.getLocation();
709 SourceLocation UsingLoc, SourceLocation &DeclEnd,
797 DeclEnd = Tok.getLocation();
850 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec);
913 DeclEnd = Tok.getLocation();
925 UsingDeclarator &D, SourceLocation &DeclEnd, AccessSpecifier AS,
986 DeclEnd = Tok.getLocation();
1019 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd) {
1107 DeclEnd = Tok.getLocation();
2932 SourceLocation DeclEnd;
2934 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd)));
2941 SourceLocation DeclEnd;
2943 DeclEnd, AccessAttrs, AS);
2981 SourceLocation DeclEnd;
2984 UsingLoc, DeclEnd, DeclAttrs, AS);