Home | History | Annotate | Download | only in Parse

Lines Matching refs:DeclEnd

1215 /// location of the semicolon in DeclEnd.
1230 SourceLocation &DeclEnd,
1243 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1250 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1253 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs,
1257 SingleDecl = ParseNamespace(Context, DeclEnd);
1261 DeclEnd, attrs, &OwnedType);
1266 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1269 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs, true);
1296 SourceLocation &DeclEnd,
1309 DeclEnd = Tok.getLocation();
1318 return ParseDeclGroup(DS, Context, /*FunctionDefs=*/ false, &DeclEnd, FRI);
1472 SourceLocation *DeclEnd,
1590 if (DeclEnd)
1591 *DeclEnd = Tok.getLocation();