Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp108 func_decl->setParams(ArrayRef<ParmVarDecl *>(parm_var_decls)); in AddFunDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp345 RVVIntrinsicDecl->setParams(ParmList); in CreateRVVIntrinsicDecl()
H A DSemaLambda.cpp417 Method->setParams(Params); in startLambdaDefinition()
1496 Invoke->setParams(InvokerParams); in addFunctionPointerConversion()
2007 Block->setParams(BlockParams); in BuildBlockForLambdaConversion()
H A DSemaTemplateInstantiateDecl.cpp2141 Function->setParams(Params); in VisitFunctionDecl()
2564 Method->setParams(Params); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp13597 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()
14379 CopyAssignment->setParams(FromParam); in DeclareImplicitCopyAssignment()
14713 MoveAssignment->setParams(FromParam); in DeclareImplicitMoveAssignment()
15097 CopyConstructor->setParams(FromParam); in DeclareImplicitCopyConstructor()
15230 MoveConstructor->setParams(FromParam); in DeclareImplicitMoveConstructor()
H A DSemaLookup.cpp878 NewOpenCLBuiltin->setParams(ParmList); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaDecl.cpp2330 New->setParams(Params); in CreateBuiltin()
4121 New->setParams(Params); in MergeFunctionDecl()
9941 NewFD->setParams(Params); in ActOnFunctionDeclarator()
H A DSemaExpr.cpp6462 OverloadDecl->setParams(Params); in rewriteBuiltinFunctionDecl()
16286 CurBlock->TheDecl->setParams(Params); in ActOnBlockArguments()
20443 NewFD->setParams(Params); in resolveDecl()
H A DSemaExprCXX.cpp3123 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
H A DSemaTemplate.cpp2446 Guide->setParams(Params);
H A DSemaDeclAttr.cpp9270 NewFD->setParams(Params); in DeclClonePragmaWeak()
H A DTreeTransform.h14380 blockScope->TheDecl->setParams(params); in TransformBlockExpr()
H A DSemaOpenMP.cpp7030 FD->setParams(Params); in setPrototype()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1999 void setParams(ASTContext &C, ArrayRef<ParmVarDecl *> NewParamInfo);
2545 void setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function
2546 setParams(getASTContext(), NewParamInfo); in setParams()
4334 void setParams(ArrayRef<ParmVarDecl *> NewParamInfo);
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3452 void FunctionDecl::setParams(ASTContext &C, in setParams() function in FunctionDecl
4836 void BlockDecl::setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function in BlockDecl
H A DASTImporter.cpp3604 ToFunction->setParams(Parameters); in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp3711 FD->setParams(Params); in GenerateObjCAtomicSetterCopyHelperFunction()
3801 FD->setParams(Params); in GenerateObjCAtomicGetterCopyHelperFunction()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1079 FD->setParams(Reader.getContext(), Params); in VisitFunctionDecl()
1652 BD->setParams(Params); in VisitBlockDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2231 function_decl->setParams(params); in SetFunctionParameters()
7755 cxx_method_decl->setParams(llvm::ArrayRef<clang::ParmVarDecl *>(params)); in AddMethodToCXXRecordType()