Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 723 const FunctionProtoType::ExtParameterInfo *ParamInfos, 730 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument 734 Loc, Params, ParamTypes, ParamInfos, PTypes, PVars, PInfos, nullptr); in TransformFunctionTypeParams() 5954 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument 6018 if (ParamInfos) in TransformFunctionTypeParams() 6019 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 6037 if (ParamInfos) in TransformFunctionTypeParams() 6038 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 6073 if (ParamInfos) in TransformFunctionTypeParams() 6074 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() [all …]
|
H A D | SemaTemplateInstantiate.cpp | 3195 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument 3203 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 446 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local 451 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall() 456 ArgTypes, Info, ParamInfos, Required); in arrangeCXXConstructorCall()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 13300 ExtParameterInfoBuilder &ParamInfos);
|