Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp2208 ParmVarDecl *ParamDecls[2]; in DeclareGlobalAllocationFunction() local
2210 ParamDecls[I] = ParmVarDecl::Create(Context, Alloc, SourceLocation(), in DeclareGlobalAllocationFunction()
2214 ParamDecls[I]->setImplicit(); in DeclareGlobalAllocationFunction()
2216 Alloc->setParams(llvm::makeArrayRef(ParamDecls, NumParams)); in DeclareGlobalAllocationFunction()
HDTreeTransform.h4656 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
4664 TL.getTypePtr()->param_type_begin(), ParamTypes, &ParamDecls)) in TransformFunctionProtoType()
4688 TL.getTypePtr()->param_type_begin(), ParamTypes, &ParamDecls)) in TransformFunctionProtoType()
4717 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
HDSemaDeclCXX.cpp9226 SmallVector<ParmVarDecl *, 16> ParamDecls; in declareCtor() local
9235 ParamDecls.push_back(PD); in declareCtor()
9241 DerivedCtor->setParams(ParamDecls); in declareCtor()