Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 678 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 …]
|
| D | SemaTemplateInstantiate.cpp | 2471 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument 2479 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGCall.cpp | 423 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/ |
| D | Sema.h | 9335 ExtParameterInfoBuilder &ParamInfos);
|