Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h725 const FunctionProtoType::ExtParameterInfo *ParamInfos,
732 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument
736 Loc, Params, ParamTypes, ParamInfos, PTypes, PVars, PInfos, nullptr); in TransformFunctionTypeParams()
6181 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument
6245 if (ParamInfos) in TransformFunctionTypeParams()
6246 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6264 if (ParamInfos) in TransformFunctionTypeParams()
6265 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
6300 if (ParamInfos) in TransformFunctionTypeParams()
6301 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams()
[all …]
H A DSemaTemplateInstantiate.cpp3390 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument
3398 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp507 ExtParameterInfoList ParamInfos; in arrangeCXXConstructorCall() local
512 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall()
517 ArgTypes, Info, ParamInfos, Required); in arrangeCXXConstructorCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13574 ExtParameterInfoBuilder &ParamInfos);