Lines Matching refs:FunctionParam
3610 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
3611 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
3620 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
3621 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
3624 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3627 Scope.InstantiatedLocal(PatternParam, FunctionParam); in addInstantiatedParametersToScope()
3641 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
3642 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
3646 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
3647 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
3650 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3653 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()