Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h5760 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
5824 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5825 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5843 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5844 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5879 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5880 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5929 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5930 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5948 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]