Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h717 const FunctionProtoType::ExtParameterInfo *ParamInfos,
724 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument
5857 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument
5921 if (ParamInfos) in TransformFunctionTypeParams()
5940 if (ParamInfos) in TransformFunctionTypeParams()
5976 if (ParamInfos) in TransformFunctionTypeParams()
5977 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6026 if (ParamInfos) in TransformFunctionTypeParams()
6045 if (ParamInfos) in TransformFunctionTypeParams()
6069 if (ParamInfos) in TransformFunctionTypeParams()
[all …]
H A DSemaTemplateInstantiate.cpp3012 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument
3020 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp437 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local
442 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall()
447 ArgTypes, Info, ParamInfos, Required); in arrangeCXXConstructorCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10277 ExtParameterInfoBuilder &ParamInfos);