Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp2209 ParmVarDecl *ParamDecls[2]; in DeclareGlobalAllocationFunction() local
2211 ParamDecls[I] = ParmVarDecl::Create(Context, Alloc, SourceLocation(), in DeclareGlobalAllocationFunction()
2215 ParamDecls[I]->setImplicit(); in DeclareGlobalAllocationFunction()
2217 Alloc->setParams(llvm::makeArrayRef(ParamDecls, NumParams)); in DeclareGlobalAllocationFunction()
DTreeTransform.h4626 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
4634 TL.getTypePtr()->param_type_begin(), ParamTypes, &ParamDecls)) in TransformFunctionProtoType()
4658 TL.getTypePtr()->param_type_begin(), ParamTypes, &ParamDecls)) in TransformFunctionProtoType()
4687 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
DSemaDeclCXX.cpp9193 SmallVector<ParmVarDecl *, 16> ParamDecls; in declareCtor() local
9202 ParamDecls.push_back(PD); in declareCtor()
9208 DerivedCtor->setParams(ParamDecls); in declareCtor()