Home
last modified time | relevance | path

Searched refs:OutParamTypes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6182 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
6246 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6247 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
6265 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6266 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
6301 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6302 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
6351 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6352 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
6370 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]