Searched refs:ParamDecls (Results 1 – 6 of 6) 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2984 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()
|
D | TreeTransform.h | 5742 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()
|
D | SemaDeclCXX.cpp | 13126 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local 13138 ParamDecls.push_back(PD); in findInheritingConstructor() 13145 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()
|