Home
last modified time | relevance | path

Searched defs:NewParam (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp226 Value *NewParam; INITIALIZE_PASS_DEPENDENCY() member
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2302 auto *NewParam = cast<NonTypeTemplateOrTemplateTemplateParmDecl>( transformTemplateParam() local
2382 NamedDecl *NewParam = transformTemplateParameter(Param, Args); transformConstructor() local
2490 ParmVarDecl *NewParam = buildSimpleDeductionGuide() local
2533 ParmVarDecl *NewParam = OldParam; transformFunctionProtoType() local
2642 ParmVarDecl *NewParam = ParmVarDecl::Create( transformFunctionTypeParam() local
2786 NamedDecl *NewParam = transformTemplateParameter( buildAssociatedConstraints() local
2812 NamedDecl *NewParam = transformTemplateParameter( buildAssociatedConstraints() local
2913 NamedDecl *NewParam = transformTemplateParameter( buildIsDeducibleConstraint() local
3076 NamedDecl *NewParam = transformTemplateParameter( BuildDeductionGuideForTypeAlias() local
3096 NamedDecl *NewParam = transformTemplateParameter( BuildDeductionGuideForTypeAlias() local
3512 for (TemplateParameterList::iterator NewParam = NewParams->begin(), CheckTemplateParameterList() local
3743 for (TemplateParameterList::iterator NewParam = NewParams->begin(), CheckTemplateParameterList() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp4484 ParmVarDecl *NewParam = NewProtoLoc.getParam(NewIdx++); SubstFunctionType() local
4491 ParmVarDecl *NewParam = NewProtoLoc.getParam(NewIdx++); SubstFunctionType() local
H A DSemaDecl.cpp3312 mergeParamDeclTypes(ParmVarDecl * NewParam,const ParmVarDecl * OldParam,Sema & S) mergeParamDeclTypes() argument
4267 ParmVarDecl *NewParam = New->getParamDecl(i); MergeCompatibleFunctionDecls() local
[all...]
H A DSemaDeclCXX.cpp521 bool NewParamHasDfl = NewParam->hasDefaultArg(); in MergeCXXFunctionDecl() local
649 ParmVarDecl *NewParam = New->getParamDecl(New->getMinRequiredArguments()); MergeCXXFunctionDecl() local
[all...]