Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 725 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 D | SemaTemplateInstantiate.cpp | 3390 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument 3398 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 507 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 D | Sema.h | 13574 ExtParameterInfoBuilder &ParamInfos);
|