Home
last modified time | relevance | path

Searched refs:ParamInfos (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h678 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 DSemaTemplateInstantiate.cpp2472 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 DCGCall.cpp421 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 DSema.h9263 ExtParameterInfoBuilder &ParamInfos);