Home | History | Annotate | Download | only in Parse

Lines Matching defs:TheDecl

789     Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
790 DS.complete(TheDecl);
791 return Actions.ConvertDeclToDeclGroup(TheDecl);
826 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
827 return Actions.ConvertDeclToDeclGroup(TheDecl);