Home | History | Annotate | Download | only in Parse

Lines Matching refs:DeclEnd

54                              SourceLocation &DeclEnd,
103 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
183 DeclEnd = T.getCloseLocation();
184 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
233 SourceLocation &DeclEnd) {
260 DeclEnd = Tok.getLocation();
336 SourceLocation &DeclEnd,
360 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
368 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
384 SourceLocation &DeclEnd,
425 DeclEnd = Tok.getLocation();
449 SourceLocation &DeclEnd,
558 DeclEnd = Tok.getLocation();
610 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){
652 DeclEnd = Tok.getLocation();
1931 SourceLocation DeclEnd;
1932 ParseStaticAssertDeclaration(DeclEnd);
1939 SourceLocation DeclEnd;
1940 ParseDeclarationStartingWithTemplate(Declarator::MemberContext, DeclEnd,
1979 SourceLocation DeclEnd;
1982 UsingLoc, DeclEnd, AS);