Home | History | Annotate | Download | only in Parse

Lines Matching refs:SingleDecl

1294   Decl *SingleDecl = nullptr;
1300 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1307 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1314 SingleDecl = ParseNamespace(Context, DeclEnd);
1317 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(),
1323 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1332 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);