Searched refs:ParamDecls (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExprCXX.cpp | 2208 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()
|
| HD | TreeTransform.h | 4656 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()
|
| HD | SemaDeclCXX.cpp | 9226 SmallVector<ParmVarDecl *, 16> ParamDecls; in declareCtor() local 9235 ParamDecls.push_back(PD); in declareCtor() 9241 DerivedCtor->setParams(ParamDecls); in declareCtor()
|