Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h678 const FunctionProtoType::ExtParameterInfo *ParamInfos,
5599 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument
5660 if (ParamInfos) in TransformFunctionTypeParams()
5679 if (ParamInfos) in TransformFunctionTypeParams()
5714 if (ParamInfos) in TransformFunctionTypeParams()
5715 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5763 if (ParamInfos) in TransformFunctionTypeParams()
5782 if (ParamInfos) in TransformFunctionTypeParams()
5783 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5806 if (ParamInfos) in TransformFunctionTypeParams()
[all …]
H A DSemaTemplateInstantiate.cpp2471 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument
2479 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp422 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local
427 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall()
432 ParamInfos, Required); in arrangeCXXConstructorCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9332 ExtParameterInfoBuilder &ParamInfos);