Lines Matching defs:ParamInfo
7601 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
7630 ParseFunctionDeclaratorIdentifierList(D, ParamInfo);
7643 ParseParameterDeclarationClause(D, FirstArgAttrs, ParamInfo, EllipsisLoc);
7650 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() ||
7770 HasProto, IsAmbiguous, LParenLoc, ParamInfo.data(),
7771 ParamInfo.size(), EllipsisLoc, RParenLoc,
7830 /// After returning, ParamInfo will hold the parsed parameters.
7838 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) {
7859 ParamInfo.clear();
7873 // Remember this identifier in ParamInfo.
7874 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
7893 /// After returning, ParamInfo will hold the parsed parameters. EllipsisLoc will
7919 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo,
8023 // Remember this parsed parameter in ParamInfo.
8038 // to grok it and add the result to the ParamInfo we are building.
8078 if (ParamInfo.size() == Type::FunctionTypeNumParamsLimit) {
8146 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,