Home | History | Annotate | Download | only in Parse

Lines Matching refs:SingleDecl

57   Decl *SingleDecl = nullptr;
63 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
75 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
78 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
81 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
92 SingleDecl = nullptr;
95 return Actions.ConvertDeclToDeclGroup(SingleDecl);