Home | History | Annotate | Download | only in Sema

Lines Matching refs:ParamTypes

2207 /// \param ParamTypes will be populated with the instantiated function
2224 SmallVectorImpl<QualType> &ParamTypes,
2238 ParamTypes.push_back((*P)->getType());
2317 ParamTypes))
2355 ParamTypes))
2360 ParamTypes.data(), ParamTypes.size(),
3021 SmallVector<QualType, 4> ParamTypes;
3028 ParamTypes,
3038 ParamTypes.push_back(Function->getParamDecl(I)->getType());
3045 for (unsigned ParamIdx = 0, NumParams = ParamTypes.size();
3047 QualType OrigParamType = ParamTypes[ParamIdx];
3260 SmallVector<QualType, 4> ParamTypes;
3265 Deduced, ParamTypes,