Home
last modified time | relevance | path

Searched refs:setParams (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp106 func_decl->setParams(ArrayRef<ParmVarDecl *>(parm_var_decls)); in AddFunDecl()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c4236 if (p_Params->setParams.type & UPDATE_FM_CLD) in FmGetSetParams()
4241 if (p_Params->setParams.type & CLEAR_IRAM_READY) in FmGetSetParams()
4246 if (p_Params->setParams.type & UPDATE_FPM_EXTC) in FmGetSetParams()
4248 if (p_Params->setParams.type & UPDATE_FPM_EXTC_CLEAR) in FmGetSetParams()
4250 if (p_Params->setParams.type & UPDATE_FPM_BRKC_SLP) in FmGetSetParams()
4252 if (p_Params->setParams.sleep) in FmGetSetParams()
4308 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP; in FM_EventIsr()
4309 fmGetSetParams.setParams.sleep = 0; in FM_EventIsr()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c6000 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP;
6001 fmGetSetParams.setParams.sleep = 1;
6302 fmGetSetParams.setParams.type = UPDATE_FM_CLD;
6332 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP;
6333 fmGetSetParams.setParams.sleep = 1;
6338 fmGetSetParams.setParams.type = UPDATE_FPM_EXTC;
6348 fmGetSetParams.setParams.type = UPDATE_FPM_EXTC_CLEAR;
6388 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP;
6389 fmGetSetParams.setParams.sleep = 0;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1049 Method->setParams(Params); in CompleteLambdaCallOperator()
1808 Invoke->setParams(InvokerParams); in addFunctionPointerConversion()
2326 Block->setParams(BlockParams); in BuildBlockForLambdaConversion()
H A DHLSLExternalSemaSource.cpp260 MethodDecl->setParams({IdxParam}); in addArraySubscriptOperator()
H A DSemaTemplateDeductionGuide.cpp217 Guide->setParams(Params);
H A DSemaRISCV.cpp455 RVVIntrinsicDecl->setParams(ParmList); in CreateRVVIntrinsicDecl()
H A DSemaTemplateInstantiateDecl.cpp2232 Function->setParams(Params); in VisitFunctionDecl()
2697 Method->setParams(Params); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp14017 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()
14802 CopyAssignment->setParams(FromParam); in DeclareImplicitCopyAssignment()
15154 MoveAssignment->setParams(FromParam); in DeclareImplicitMoveAssignment()
15558 CopyConstructor->setParams(FromParam); in DeclareImplicitCopyConstructor()
15697 MoveConstructor->setParams(FromParam); in DeclareImplicitMoveConstructor()
H A DSemaLookup.cpp895 NewOpenCLBuiltin->setParams(ParmList); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaDecl.cpp2322 New->setParams(Params); in CreateBuiltin()
4168 New->setParams(Params); in MergeFunctionDecl()
10235 NewFD->setParams(Params); in ActOnFunctionDeclarator()
H A DSemaExpr.cpp6224 OverloadDecl->setParams(Params); in rewriteBuiltinFunctionDecl()
16056 CurBlock->TheDecl->setParams(Params); in ActOnBlockArguments()
20575 NewFD->setParams(Params); in resolveDecl()
H A DSemaDeclAttr.cpp7266 NewFD->setParams(Params); in DeclClonePragmaWeak()
H A DSemaExprCXX.cpp3236 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
H A DTreeTransform.h15885 blockScope->TheDecl->setParams(params); in TransformBlockExpr()
H A DSemaOpenMP.cpp7044 FD->setParams(Params); in setPrototype()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2072 void setParams(ASTContext &C, ArrayRef<ParmVarDecl *> NewParamInfo);
2677 void setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function
2678 setParams(getASTContext(), NewParamInfo); in setParams()
4582 void setParams(ArrayRef<ParmVarDecl *> NewParamInfo);
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h306 t_FmSetParams setParams; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3747 FD->setParams(Params); in GenerateObjCAtomicSetterCopyHelperFunction()
3845 FD->setParams(Params); in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3689 void FunctionDecl::setParams(ASTContext &C, in setParams() function in FunctionDecl
5221 void BlockDecl::setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function in BlockDecl
H A DASTImporter.cpp4008 ToFunction->setParams(Parameters); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1151 FD->setParams(Reader.getContext(), Params); in VisitFunctionDecl()
1772 BD->setParams(Params); in VisitBlockDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2223 function_decl->setParams(params); in SetFunctionParameters()
7865 cxx_method_decl->setParams(llvm::ArrayRef<clang::ParmVarDecl *>(params)); in AddMethodToCXXRecordType()