Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance
2080 ParmVarDecl *ParamDecls[2]; in DeclareGlobalAllocationFunction() local2082 ParamDecls[I] = ParmVarDecl::Create(Context, Alloc, SourceLocation(), in DeclareGlobalAllocationFunction()2086 Alloc->setParams(ArrayRef<ParmVarDecl*>(ParamDecls, NumParams)); in DeclareGlobalAllocationFunction()
4390 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local4400 ParamTypes, &ParamDecls)) in TransformFunctionProtoType()4426 ParamTypes, &ParamDecls)) in TransformFunctionProtoType()4449 NewTL.setArg(i, ParamDecls[i]); in TransformFunctionProtoType()
8427 SmallVector<ParmVarDecl *, 16> ParamDecls; in declareCtor() local8436 ParamDecls.push_back(PD); in declareCtor()8442 DerivedCtor->setParams(ParamDecls); in declareCtor()