Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5600 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
5662 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5681 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5715 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5716 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5764 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5765 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5783 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5784 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5807 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]