Home | History | Annotate | Download | only in Parse

Lines Matching full:declend

1329 /// location of the semicolon in DeclEnd.
1344 SourceLocation &DeclEnd,
1357 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1364 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1367 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs,
1371 SingleDecl = ParseNamespace(Context, DeclEnd);
1375 DeclEnd, attrs, &OwnedType);
1380 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1383 return ParseSimpleDeclaration(Stmts, Context, DeclEnd, attrs, true);
1410 SourceLocation &DeclEnd,
1423 DeclEnd = Tok.getLocation();
1432 return ParseDeclGroup(DS, Context, /*FunctionDefs=*/ false, &DeclEnd, FRI);
1586 SourceLocation *DeclEnd,
1720 if (DeclEnd)
1721 *DeclEnd = Tok.getLocation();
3267 SourceLocation DeclEnd;
3268 ParseStaticAssertDeclaration(DeclEnd);