Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp2442 ParmVarDecl *ParamDecls[2]; in DeclareGlobalAllocationFunction() local
2444 ParamDecls[I] = ParmVarDecl::Create(Context, Alloc, SourceLocation(), in DeclareGlobalAllocationFunction()
2448 ParamDecls[I]->setImplicit(); in DeclareGlobalAllocationFunction()
2450 Alloc->setParams(llvm::makeArrayRef(ParamDecls, NumParams)); in DeclareGlobalAllocationFunction()
DTreeTransform.h4943 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
4954 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
4980 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
5018 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
DSemaDeclCXX.cpp9296 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local
9308 ParamDecls.push_back(PD); in findInheritingConstructor()
9315 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()