Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 678 const FunctionProtoType::ExtParameterInfo *ParamInfos, 5665 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument 5726 if (ParamInfos) in TransformFunctionTypeParams() 5745 if (ParamInfos) in TransformFunctionTypeParams() 5780 if (ParamInfos) in TransformFunctionTypeParams() 5781 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 5829 if (ParamInfos) in TransformFunctionTypeParams() 5848 if (ParamInfos) in TransformFunctionTypeParams() 5849 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 5872 if (ParamInfos) in TransformFunctionTypeParams() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 2516 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument 2524 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 431 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local 436 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall() 441 ParamInfos, Required); in arrangeCXXConstructorCall()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 9661 ExtParameterInfoBuilder &ParamInfos);
|