Home
last modified time | relevance | path

Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3227 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local
3229 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()
3232 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()
3234 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
H A DTreeTransform.h6113 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
6124 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
6150 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
6189 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp14126 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local
14138 ParamDecls.push_back(PD); in findInheritingConstructor()
14145 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()