Lines Matching refs:FunctionParam
4245 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
4246 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4255 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
4256 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
4259 FunctionParam->setType(T); in addInstantiatedParametersToScope()
4262 Scope.InstantiatedLocal(PatternParam, FunctionParam); in addInstantiatedParametersToScope()
4275 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
4276 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
4280 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
4281 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
4284 FunctionParam->setType(T); in addInstantiatedParametersToScope()
4287 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()