Home | History | Annotate | Download | only in Parse

Lines Matching refs:SingleDecl

1387   Decl *SingleDecl = nullptr;
1393 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1400 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1407 SingleDecl = ParseNamespace(Context, DeclEnd);
1410 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(),
1416 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1425 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);