Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance
3053 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local3055 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()3058 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()3060 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
5828 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local5839 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()5865 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()5904 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
13184 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local13196 ParamDecls.push_back(PD); in findInheritingConstructor()13203 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()