Home | History | Annotate | Download | only in Parse

Lines Matching defs:TheDecl

828     Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
829 DS.complete(TheDecl);
830 return Actions.ConvertDeclToDeclGroup(TheDecl);
867 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
868 return Actions.ConvertDeclToDeclGroup(TheDecl);