Lines Matching refs:DeclaratorInfo

1244             Declarator DeclaratorInfo(DS, ParsedAttributesView::none(),  in ParseCastExpression()  local
1246 TypeResult Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseCastExpression()
1538 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression() local
1540 TypeResult Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseCastExpression()
2380 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseExprAfterUnaryExprOrTypeTrait() local
2382 ParseDeclarator(DeclaratorInfo); in ParseExprAfterUnaryExprOrTypeTrait()
3085 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseParenExpression() local
3087 ParseDeclarator(DeclaratorInfo); in ParseParenExpression()
3092 if (!DeclaratorInfo.isInvalidType() && Tok.is(tok::identifier) && in ParseParenExpression()
3098 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3113 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3125 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3146 DeclaratorInfo, CastTy, in ParseParenExpression()
3163 if (DeclaratorInfo.isInvalidType()) in ParseParenExpression()
3172 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3196 DeclaratorInfo, CastTy, in ParseParenExpression()
3655 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBlockId() local
3657 DeclaratorInfo.setFunctionDefinitionKind(FunctionDefinitionKind::Definition); in ParseBlockId()
3658 ParseDeclarator(DeclaratorInfo); in ParseBlockId()
3660 MaybeParseGNUAttributes(DeclaratorInfo); in ParseBlockId()
3663 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()