Home | History | Annotate | Download | only in Parse

Lines Matching defs:ParamInfo

5478   SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
5509 ParseFunctionDeclaratorIdentifierList(D, ParamInfo);
5517 ParseParameterDeclarationClause(D, FirstArgAttrs, ParamInfo,
5522 HasProto = ParamInfo.size() || getLangOpts().CPlusPlus;
5623 ParamInfo.data(), ParamInfo.size(),
5689 /// After returning, ParamInfo will hold the parsed parameters.
5697 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) {
5714 ParamInfo.clear();
5728 // Remember this identifier in ParamInfo.
5729 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,
5748 /// After returning, ParamInfo
5774 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo,
5816 // Remember this parsed parameter in ParamInfo.
5831 // to grok it and add the result to the ParamInfo we are building.
5897 ParamInfo.push_back(DeclaratorChunk::ParamInfo(ParmII,