Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance
3116 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local3118 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()3121 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()3123 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
5917 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local5928 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()5954 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()5993 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
13578 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local13590 ParamDecls.push_back(PD); in findInheritingConstructor()13597 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()