Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance
3070 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local3072 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()3075 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()3077 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
5851 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local5862 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()5888 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()5927 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
13376 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local13388 ParamDecls.push_back(PD); in findInheritingConstructor()13395 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()