Lines Matching refs:FunctionParam
3080 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
3081 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
3090 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
3091 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
3094 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3097 Scope.InstantiatedLocal(PatternParam, FunctionParam); in addInstantiatedParametersToScope()
3111 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
3112 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
3116 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
3117 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
3120 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3123 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()