Home | History | Annotate | Download | only in Parse

Lines Matching defs:Decl

26 Decl *
80 Decl *
139 SmallVector<Decl*, 4> TemplateParams;
192 Decl *
232 Decl *Decl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
233 DS.complete(Decl);
234 return Decl;
256 Decl *ThisDecl = ParseDeclarationAfterDeclarator(DeclaratorInfo,
306 SmallVectorImpl<Decl*> &TemplateParams,
349 SmallVectorImpl<Decl*> &TemplateParams) {
351 if (Decl *TmpParam
456 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) {
478 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) {
538 Decl *
544 SmallVector<Decl*,8> TemplateParams;
635 Decl *
1205 Decl *Parser::ParseExplicitInstantiation(unsigned Context,