Home | History | Annotate | Download | only in Parse

Lines Matching refs:SingleDecl

1237   Decl *SingleDecl = 0;
1243 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1250 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1257 SingleDecl = ParseNamespace(Context, DeclEnd);
1260 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(),
1266 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1275 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);