Home | History | Annotate | Download | only in Parse

Lines Matching defs:DeclEnd

1434 /// location of the semicolon in DeclEnd.
1448 SourceLocation &DeclEnd,
1461 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1468 return ParseNamespace(Context, DeclEnd, InlineLoc);
1470 return ParseSimpleDeclaration(Context, DeclEnd, attrs,
1474 return ParseNamespace(Context, DeclEnd);
1477 DeclEnd, attrs, &OwnedType);
1482 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1485 return ParseSimpleDeclaration(Context, DeclEnd, attrs, true);
1512 SourceLocation &DeclEnd,
1531 DeclEnd = Tok.getLocation();
1540 return ParseDeclGroup(DS, Context, &DeclEnd, FRI);
1695 SourceLocation *DeclEnd,
1858 if (DeclEnd)
1859 *DeclEnd = Tok.getLocation();
3602 SourceLocation DeclEnd;
3603 ParseStaticAssertDeclaration(DeclEnd);