Home | History | Annotate | Download | only in Parse

Lines Matching defs:SingleDecl

979   Decl *SingleDecl = 0;
985 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
992 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
999 SingleDecl = ParseNamespace(Context, DeclEnd);
1002 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(),
1008 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1017 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);