Home | History | Annotate | Download | only in Parse

Lines Matching refs:SingleDecl

55   Decl *SingleDecl = nullptr;
61 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
73 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
76 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
79 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
90 SingleDecl = nullptr;
93 return Actions.ConvertDeclToDeclGroup(SingleDecl);