Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParamInfo

4186   SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
4211 ParseFunctionDeclaratorIdentifierList(D, ParamInfo);
4217 ParseParameterDeclarationClause(D, FirstArgAttrs, ParamInfo, EllipsisLoc);
4221 HasProto = ParamInfo.size() || getLangOpts().CPlusPlus;
4301 ParamInfo.data(), ParamInfo.size(),
4352 /// After returning, ParamInfo will hold the parsed parameters.
4360 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo) {
4377 ParamInfo.clear();
4391 // Remember this identifier in ParamInfo.
4392 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
4415 /// After returning, ParamInfo will hold the parsed parameters. EllipsisLoc will
4441 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo,
4482 // Remember this parsed parameter in ParamInfo.
4497 // to grok it and add the result to the ParamInfo we are building.
4562 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,