Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h5030 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
5084 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5103 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5134 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5135 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5183 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5184 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5202 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5203 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5226 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]