Home | History | Annotate | Download | only in Parse

Lines Matching defs:DeclEnd

52                              SourceLocation &DeclEnd,
95 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
175 DeclEnd = T.getCloseLocation();
176 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
225 SourceLocation &DeclEnd) {
252 DeclEnd = Tok.getLocation();
328 SourceLocation &DeclEnd,
352 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
360 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
376 SourceLocation &DeclEnd,
417 DeclEnd = Tok.getLocation();
441 SourceLocation &DeclEnd,
541 DeclEnd = Tok.getLocation();
592 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){
632 DeclEnd = Tok.getLocation();
1762 SourceLocation DeclEnd;
1763 ParseStaticAssertDeclaration(DeclEnd);
1770 SourceLocation DeclEnd;
1771 ParseDeclarationStartingWithTemplate(Declarator::MemberContext, DeclEnd,
1804 SourceLocation DeclEnd;
1807 UsingLoc, DeclEnd, AS);