Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h635 const FunctionProtoType::ExtParameterInfo *ParamInfos,
5029 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument
5082 if (ParamInfos) in TransformFunctionTypeParams()
5101 if (ParamInfos) in TransformFunctionTypeParams()
5133 if (ParamInfos) in TransformFunctionTypeParams()
5134 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5182 if (ParamInfos) in TransformFunctionTypeParams()
5201 if (ParamInfos) in TransformFunctionTypeParams()
5202 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
5225 if (ParamInfos) in TransformFunctionTypeParams()
[all …]
H A DSemaTemplateInstantiate.cpp1847 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument
1855 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp421 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local
426 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall()
431 ParamInfos, Required); in arrangeCXXConstructorCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7787 ExtParameterInfoBuilder &ParamInfos);