Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp2080 ParmVarDecl *ParamDecls[2]; in DeclareGlobalAllocationFunction() local
2082 ParamDecls[I] = ParmVarDecl::Create(Context, Alloc, SourceLocation(), in DeclareGlobalAllocationFunction()
2086 Alloc->setParams(ArrayRef<ParmVarDecl*>(ParamDecls, NumParams)); in DeclareGlobalAllocationFunction()
DTreeTransform.h4390 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
4400 ParamTypes, &ParamDecls)) in TransformFunctionProtoType()
4426 ParamTypes, &ParamDecls)) in TransformFunctionProtoType()
4449 NewTL.setArg(i, ParamDecls[i]); in TransformFunctionProtoType()
DSemaDeclCXX.cpp8427 SmallVector<ParmVarDecl *, 16> ParamDecls; in declareCtor() local
8436 ParamDecls.push_back(PD); in declareCtor()
8442 DerivedCtor->setParams(ParamDecls); in declareCtor()