Lines Matching refs:FunctionParam
3300 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
3301 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
3310 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
3311 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
3314 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3317 Scope.InstantiatedLocal(PatternParam, FunctionParam); in addInstantiatedParametersToScope()
3331 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope() local
3332 FunctionParam->setDeclName(PatternParam->getDeclName()); in addInstantiatedParametersToScope()
3336 FunctionParam->getLocation(), in addInstantiatedParametersToScope()
3337 FunctionParam->getDeclName()); in addInstantiatedParametersToScope()
3340 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3343 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam); in addInstantiatedParametersToScope()