Home
last modified time | relevance | path

Searched refs:ParamDecls (Results 1 – 6 of 6) 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()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2984 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local
2986 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()
2989 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()
2991 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
DTreeTransform.h5742 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
5753 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
5779 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
5818 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
DSemaDeclCXX.cpp13126 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local
13138 ParamDecls.push_back(PD); in findInheritingConstructor()
13145 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()