Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 717 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 D | SemaTemplateInstantiate.cpp | 3012 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 D | CGCall.cpp | 437 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 D | Sema.h | 10277 ExtParameterInfoBuilder &ParamInfos);
|