Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DTreeTransform.h4703 SmallVectorImpl<QualType> &OutParamTypes, in TransformFunctionTypeParams() argument
4756 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
4757 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
4775 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
4776 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
4807 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
4808 OutParamTypes.push_back(NewParm->getType()); in TransformFunctionTypeParams()
4856 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
4857 OutParamTypes.push_back(NewType); in TransformFunctionTypeParams()
4875 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]