Lines Matching defs:ParamInfo
3796 Declarator ParamInfo(DS, ParsedAttributesView::none(),
3798 ParamInfo.setFunctionDefinitionKind(FunctionDefinitionKind::Definition);
3800 // fill ParamInfo with an initial valid range, so do it manually.
3801 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation()));
3806 ParseParenDeclarator(ParamInfo);
3810 SourceLocation Tmp = ParamInfo.getSourceRange().getEnd();
3811 ParamInfo.SetIdentifier(nullptr, CaretLoc);
3812 ParamInfo.SetRangeEnd(Tmp);
3813 if (ParamInfo.isInvalidType()) {
3821 MaybeParseGNUAttributes(ParamInfo);
3824 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());
3830 ParamInfo.AddTypeInfo(
3848 CaretLoc, CaretLoc, ParamInfo),
3851 MaybeParseGNUAttributes(ParamInfo);
3854 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());