Home | History | Annotate | Download | only in Parse

Lines Matching defs:DeclEnd

59                                               SourceLocation &DeclEnd,
119 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
201 DeclEnd = T.getCloseLocation();
202 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
257 SourceLocation &DeclEnd) {
284 DeclEnd = Tok.getLocation();
382 SourceLocation &DeclEnd,
406 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
414 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
430 SourceLocation &DeclEnd,
471 DeclEnd = Tok.getLocation();
495 SourceLocation &DeclEnd,
641 DeclEnd = Tok.getLocation();
695 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){
749 DeclEnd = Tok.getLocation();
2321 SourceLocation DeclEnd;
2323 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd)));
2329 SourceLocation DeclEnd;
2332 Declarator::MemberContext, DeclEnd, AS, AccessAttrs)));
2366 SourceLocation DeclEnd;
2369 Declarator::MemberContext, TemplateInfo, UsingLoc, DeclEnd, AS)));