Lines Matching defs:ParamInfo
7504 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
7533 ParseFunctionDeclaratorIdentifierList(D, ParamInfo);
7546 ParseParameterDeclarationClause(D, FirstArgAttrs, ParamInfo, EllipsisLoc);
7553 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() ||
7673 HasProto, IsAmbiguous, LParenLoc, ParamInfo.data(),
7674 ParamInfo.size(), EllipsisLoc, RParenLoc,
7733 /// After returning, ParamInfo will hold the parsed parameters.
7741 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) {
7762 ParamInfo.clear();
7776 // Remember this identifier in ParamInfo.
7777 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
7796 /// After returning, ParamInfo will hold the parsed parameters. EllipsisLoc will
7822 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo,
7939 // Remember this parsed parameter in ParamInfo.
7954 // to grok it and add the result to the ParamInfo we are building.
8051 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,