reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1957 TypeSourceInfo *OldDI = OldParam->getTypeSourceInfo(); 1964 OldParam->getLocation(), OldParam->getDeclName()); 1964 OldParam->getLocation(), OldParam->getDeclName()); 1970 NewDI = SemaRef.SubstType(OldDI, Args, OldParam->getLocation(), 1971 OldParam->getDeclName()); 1984 if (OldParam->hasDefaultArg()) { 1985 NewDefArg = SemaRef.SubstExpr(OldParam->getDefaultArg(), Args); 1991 OldParam->getInnerLocStart(), 1992 OldParam->getLocation(), 1993 OldParam->getIdentifier(), 1996 OldParam->getStorageClass(), 1998 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), 1999 OldParam->getFunctionScopeIndex()); 2000 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldParam, NewParam);