Searched defs:ParamInfos (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 3199 SubstParmTypes(SourceLocation Loc,ArrayRef<ParmVarDecl * > Params,const FunctionProtoType::ExtParameterInfo * ExtParamInfos,const MultiLevelTemplateArgumentList & TemplateArgs,SmallVectorImpl<QualType> & ParamTypes,SmallVectorImpl<ParmVarDecl * > * OutParams,ExtParameterInfoBuilder & ParamInfos) SubstParmTypes() argument
|
H A D | TreeTransform.h | 730 TransformFunctionTypeParams(SourceLocation Loc,ArrayRef<ParmVarDecl * > Params,const QualType * ParamTypes,const FunctionProtoType::ExtParameterInfo * ParamInfos,SmallVectorImpl<QualType> & PTypes,SmallVectorImpl<ParmVarDecl * > * PVars,Sema::ExtParameterInfoBuilder & PInfos) TransformFunctionTypeParams() argument 5951 TransformFunctionTypeParams(SourceLocation Loc,ArrayRef<ParmVarDecl * > Params,const QualType * ParamTypes,const FunctionProtoType::ExtParameterInfo * ParamInfos,SmallVectorImpl<QualType> & OutParamTypes,SmallVectorImpl<ParmVarDecl * > * PVars,Sema::ExtParameterInfoBuilder & PInfos,unsigned * LastParamTransformed) TransformFunctionTypeParams() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 447 llvm::SmallVector<FunctionProtoType::ExtParameterInfo, 16> ParamInfos; arrangeCXXConstructorCall() local
|