Searched refs:PTypes (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1776 SmallVectorImpl<QualType> &PTypes, 2605 SmallVectorImpl<QualType> &PTypes, in TransformRequiresTypeParams() argument 2617 KWLoc, Params, /*ParamTypes=*/nullptr, /*ParamInfos=*/nullptr, PTypes, in TransformRequiresTypeParams()
|
H A D | TreeTransform.h | 724 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() 748 SmallVectorImpl<QualType> &PTypes, in TransformRequiresTypeParams() argument 753 /*ParamInfos=*/nullptr, PTypes, &TransParams, PInfos)) in TransformRequiresTypeParams()
|