Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2442 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()
|
D | TreeTransform.h | 4943 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()
|
D | SemaDeclCXX.cpp | 9296 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local 9308 ParamDecls.push_back(PD); in findInheritingConstructor() 9315 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()
|