Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance
3229 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local3231 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()3234 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()3236 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
6210 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local6221 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()6249 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()6337 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
13998 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local 14010 ParamDecls.push_back(PD); in findInheritingConstructor() 14017 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()