Home | History | Annotate | Download | only in Parse

Lines Matching refs:DeclEnd

1272 /// location of the semicolon in DeclEnd.
1287 SourceLocation &DeclEnd,
1300 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1307 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1310 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs,
1314 SingleDecl = ParseNamespace(Context, DeclEnd);
1318 DeclEnd, attrs, &OwnedType);
1323 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1326 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs, true);
1353 SourceLocation &DeclEnd,
1372 DeclEnd = Tok.getLocation();
1381 return ParseDeclGroup(DS, Context, /*FunctionDefs=*/ false, &DeclEnd, FRI);
1537 SourceLocation *DeclEnd,
1671 if (DeclEnd)
1672 *DeclEnd = Tok.getLocation();
3322 SourceLocation DeclEnd;
3323 ParseStaticAssertDeclaration(DeclEnd);