Lines Matching refs:DeclaratorInfo
1307 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression() local
1309 TypeResult Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseCastExpression()
1601 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseCastExpression() local
1603 TypeResult Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseCastExpression()
2454 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseExprAfterUnaryExprOrTypeTrait() local
2456 ParseDeclarator(DeclaratorInfo); in ParseExprAfterUnaryExprOrTypeTrait()
3159 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseParenExpression() local
3161 ParseDeclarator(DeclaratorInfo); in ParseParenExpression()
3166 if (!DeclaratorInfo.isInvalidType() && Tok.is(tok::identifier) && in ParseParenExpression()
3172 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3187 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3199 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3220 DeclaratorInfo, CastTy, in ParseParenExpression()
3237 if (DeclaratorInfo.isInvalidType()) in ParseParenExpression()
3246 Ty = Actions.ActOnTypeName(DeclaratorInfo); in ParseParenExpression()
3270 DeclaratorInfo, CastTy, in ParseParenExpression()
3756 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), in ParseBlockId() local
3758 DeclaratorInfo.setFunctionDefinitionKind(FunctionDefinitionKind::Definition); in ParseBlockId()
3759 ParseDeclarator(DeclaratorInfo); in ParseBlockId()
3761 MaybeParseGNUAttributes(DeclaratorInfo); in ParseBlockId()
3764 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()