Searched refs:ParamDecls (Results 1 – 4 of 4) sorted by relevance
236 SmallVector<ParmVarDecl *, 2> ParamDecls; in getSpecConstantFunctionName() local242 ParamDecls.push_back(PD); in getSpecConstantFunctionName()244 FnDeclForMangling->setParams(ParamDecls); in getSpecConstantFunctionName()
3541 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local3543 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()3546 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()3548 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
6437 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local6448 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()6476 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()6564 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
14289 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local14301 ParamDecls.push_back(PD); in findInheritingConstructor()14308 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()