Home
last modified time | relevance | path

Searched defs:ParamInfos (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1719 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes()
DTreeTransform.h4702 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2469 ExtParameterInfoBuilder &ParamInfos) { in SubstParmTypes()
DTreeTransform.h5490 const FunctionProtoType::ExtParameterInfo *ParamInfos, in TransformFunctionTypeParams()
/external/clang/lib/CodeGen/
DCGCall.cpp370 auto ParamInfos = getExtParameterInfosForCall(FPT.getTypePtr(), 1 + ExtraArgs, in arrangeCXXConstructorCall() local
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp419 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; in arrangeCXXConstructorCall() local