Home | History | Annotate | Download | only in AST

Lines Matching refs:ParamInfo

2634 /// based on its FunctionType.  This is the length of the ParamInfo array
2643 assert(!ParamInfo && "Already has param info!");
2648 ParamInfo = new (C) ParmVarDecl*[NewParamInfo.size()];
2649 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);
3734 assert(!ParamInfo && "Already has param info!");
3739 ParamInfo = new (getASTContext()) ParmVarDecl*[NewParamInfo.size()];
3740 std::copy(NewParamInfo.begin(), NewParamInfo.end(), ParamInfo);