Lines Matching defs:ParamInfo
3840 Declarator ParamInfo(DS, ParsedAttributesView::none(),
3842 ParamInfo.setFunctionDefinitionKind(FunctionDefinitionKind::Definition);
3844 // fill ParamInfo with an initial valid range, so do it manually.
3845 ParamInfo.SetSourceRange(SourceRange(Tok.getLocation(), Tok.getLocation()));
3850 ParseParenDeclarator(ParamInfo);
3854 SourceLocation Tmp = ParamInfo.getSourceRange().getEnd();
3855 ParamInfo.SetIdentifier(nullptr, CaretLoc);
3856 ParamInfo.SetRangeEnd(Tmp);
3857 if (ParamInfo.isInvalidType()) {
3865 MaybeParseGNUAttributes(ParamInfo);
3868 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());
3874 ParamInfo.AddTypeInfo(
3892 CaretLoc, ParamInfo),
3895 MaybeParseGNUAttributes(ParamInfo);
3898 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());