Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h678 const FunctionProtoType::ExtParameterInfo *ParamInfos,
5599 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument
5660 if (ParamInfos) in TransformFunctionTypeParams()
5661 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5679 if (ParamInfos) in TransformFunctionTypeParams()
5680 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5714 if (ParamInfos) in TransformFunctionTypeParams()
5715 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5763 if (ParamInfos) in TransformFunctionTypeParams()
5764 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]
DSemaTemplateInstantiate.cpp2471 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument
2479 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp423 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local
428 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall()
433 ParamInfos, Required); in arrangeCXXConstructorCall()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h9335 ExtParameterInfoBuilder &ParamInfos);