Home | History | Annotate | Download | only in Parse

Lines Matching refs:DeclEnd

55                              SourceLocation &DeclEnd,
104 return ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
184 DeclEnd = T.getCloseLocation();
185 Actions.ActOnFinishNamespaceDef(NamespcDecl, DeclEnd);
234 SourceLocation &DeclEnd) {
261 DeclEnd = Tok.getLocation();
337 SourceLocation &DeclEnd,
361 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
369 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
385 SourceLocation &DeclEnd,
426 DeclEnd = Tok.getLocation();
450 SourceLocation &DeclEnd,
575 DeclEnd = Tok.getLocation();
628 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){
670 DeclEnd = Tok.getLocation();
1989 SourceLocation DeclEnd;
1990 ParseStaticAssertDeclaration(DeclEnd);
1997 SourceLocation DeclEnd;
1998 ParseDeclarationStartingWithTemplate(Declarator::MemberContext, DeclEnd,
2037 SourceLocation DeclEnd;
2040 UsingLoc, DeclEnd, AS);