Lines Matching defs:DeclEnd
256 SourceLocation DeclStart = Tok.getLocation(), DeclEnd;
260 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs,
263 Decl = ParseDeclaration(DeclaratorContext::Block, DeclEnd, CXX11Attrs,
274 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
304 SourceLocation DeclEnd;
306 ParseTemplateDeclarationOrSpecialization(DeclaratorContext::Block, DeclEnd,
1286 SourceLocation DeclStart = Tok.getLocation(), DeclEnd;
1288 DeclGroupPtrTy Res = ParseDeclaration(DeclaratorContext::Block, DeclEnd,
1290 R = Actions.ActOnDeclStmt(Res, DeclStart, DeclEnd);
2141 SourceLocation DeclStart = Tok.getLocation(), DeclEnd;
2152 DeclaratorContext::ForInit, DeclEnd, attrs, DeclSpecAttrs, false,