Home
last modified time | relevance | path

Searched defs:setParams (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h306 t_FmSetParams setParams; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3639 void FunctionDecl::setParams(ASTContext &C, in setParams() function in FunctionDecl
5166 void BlockDecl::setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function in BlockDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2674 void setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function