Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 690 const FunctionProtoType::ExtParameterInfo *ParamInfos, 697 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument 701 Loc, Params, ParamTypes, ParamInfos, PTypes, PVars, PInfos, nullptr); in TransformFunctionTypeParams() 5759 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument 5823 if (ParamInfos) in TransformFunctionTypeParams() 5824 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 5842 if (ParamInfos) in TransformFunctionTypeParams() 5843 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 5878 if (ParamInfos) in TransformFunctionTypeParams() 5879 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 2821 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument 2829 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 434 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local 439 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall() 444 ParamInfos, Required); in arrangeCXXConstructorCall()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 9965 ExtParameterInfoBuilder &ParamInfos);
|