Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h724 SmallVectorImpl<QualType> &PTypes, SmallVectorImpl<ParmVarDecl *> *PVars,
731 SmallVectorImpl<QualType> &PTypes, SmallVectorImpl<ParmVarDecl *> *PVars, in TransformFunctionTypeParams() argument
734 Loc, Params, ParamTypes, ParamInfos, PTypes, PVars, PInfos, nullptr); in TransformFunctionTypeParams()
5956 SmallVectorImpl<ParmVarDecl *> *PVars, in TransformFunctionTypeParams() argument
6021 if (PVars) in TransformFunctionTypeParams()
6022 PVars->push_back(NewParm); in TransformFunctionTypeParams()
6040 if (PVars) in TransformFunctionTypeParams()
6041 PVars->push_back(NewParm); in TransformFunctionTypeParams()
6076 if (PVars) in TransformFunctionTypeParams()
6077 PVars->push_back(NewParm); in TransformFunctionTypeParams()
[all …]