Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5858 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
5923 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5942 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5977 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5978 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
6027 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6028 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
6046 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6047 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
6070 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]