Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParamInfo

4755   SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
4786 ParseFunctionDeclaratorIdentifierList(D, ParamInfo);
4794 ParseParameterDeclarationClause(D, FirstArgAttrs, ParamInfo, EllipsisLoc);
4798 HasProto = ParamInfo.size() || getLangOpts().CPlusPlus;
4881 ParamInfo.data(), ParamInfo.size(),
4931 /// After returning, ParamInfo will hold the parsed parameters.
4939 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo) {
4956 ParamInfo.clear();
4970 // Remember this identifier in ParamInfo.
4971 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
4994 /// After returning, ParamInfo will hold the parsed parameters. EllipsisLoc will
5020 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo,
5060 // Remember this parsed parameter in ParamInfo.
5075 // to grok it and add the result to the ParamInfo we are building.
5140 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,