Home | History | Annotate | Download | only in AST

Lines Matching refs:ParamInfo

2172 /// based on its FunctionType.  This is the length of the ParamInfo array
2184 assert(ParamInfo == 0 && "Already has param info!");
2189 ParamInfo = new (C) ParmVarDecl*[NewParamInfo.size()];
2190 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
3111 assert(ParamInfo == 0 && "Already has param info!");
3116 ParamInfo = new (getASTContext()) ParmVarDecl*[NewParamInfo.size()];
3117 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);