Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp236 SmallVector<ParmVarDecl *, 2> ParamDecls; in getSpecConstantFunctionName() local
242 ParamDecls.push_back(PD); in getSpecConstantFunctionName()
244 FnDeclForMangling->setParams(ParamDecls); in getSpecConstantFunctionName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3541 llvm::SmallVector<ParmVarDecl *, 3> ParamDecls; in DeclareGlobalAllocationFunction() local
3543 ParamDecls.push_back(ParmVarDecl::Create( in DeclareGlobalAllocationFunction()
3546 ParamDecls.back()->setImplicit(); in DeclareGlobalAllocationFunction()
3548 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
H A DTreeTransform.h6437 SmallVector<ParmVarDecl*, 4> ParamDecls; in TransformFunctionProtoType() local
6448 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
6476 ParamTypes, &ParamDecls, ExtParamInfos)) in TransformFunctionProtoType()
6564 NewTL.setParam(i, ParamDecls[i]); in TransformFunctionProtoType()
H A DSemaDeclCXX.cpp14289 SmallVector<ParmVarDecl *, 16> ParamDecls; in findInheritingConstructor() local
14301 ParamDecls.push_back(PD); in findInheritingConstructor()
14308 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()