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.h726 SmallVectorImpl<QualType> &PTypes, SmallVectorImpl<ParmVarDecl *> *PVars,
733 SmallVectorImpl<QualType> &PTypes, SmallVectorImpl<ParmVarDecl *> *PVars, in TransformFunctionTypeParams() argument
736 Loc, Params, ParamTypes, ParamInfos, PTypes, PVars, PInfos, nullptr); in TransformFunctionTypeParams()
6183 SmallVectorImpl<ParmVarDecl *> *PVars, in TransformFunctionTypeParams() argument
6248 if (PVars) in TransformFunctionTypeParams()
6249 PVars->push_back(NewParm); in TransformFunctionTypeParams()
6267 if (PVars) in TransformFunctionTypeParams()
6268 PVars->push_back(NewParm); in TransformFunctionTypeParams()
6303 if (PVars) in TransformFunctionTypeParams()
6304 PVars->push_back(NewParm); in TransformFunctionTypeParams()
[all …]