Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp3184 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local
3186 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()
3189 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()
3191 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
H A DTreeTransform.h6016 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
6027 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
6053 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
6092 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp13687 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local
13699 ParamDecls.push_back(PD); in findInheritingConstructor()
13706 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()