Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 678 const FunctionProtoType::ExtParameterInfo *ParamInfos, 5576 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams() argument 5637 if (ParamInfos) in TransformFunctionTypeParams() 5638 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 5656 if (ParamInfos) in TransformFunctionTypeParams() 5657 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 5691 if (ParamInfos) in TransformFunctionTypeParams() 5692 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() 5740 if (ParamInfos) in TransformFunctionTypeParams() 5741 PInfos.set(OutParamTypes.size(), ParamInfos[i]); in TransformFunctionTypeParams() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 2472 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes() argument 2480 Loc, Params, nullptr, ExtParamInfos, ParamTypes, OutParams, ParamInfos); in SubstParmTypes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 421 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local 426 addExtParameterInfosForCall(ParamInfos, FPT.getTypePtr(), TotalPrefixArgs, in arrangeCXXConstructorCall() 431 ParamInfos, Required); in arrangeCXXConstructorCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9263 ExtParameterInfoBuilder &ParamInfos);
|