Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h5666 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
5728 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5747 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5781 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5782 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5830 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5831 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5849 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5850 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5873 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]