Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5577 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
5638 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5639 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5657 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5658 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5692 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5693 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
5741 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5742 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
5760 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]