Searched refs:TemplateFD (Results 1 – 1 of 1) sorted by relevance
1074 const FunctionDecl &TemplateFD) { in copyAttrIfPresent() argument1075 if (AttrTy *Attribute = TemplateFD.getAttr<AttrTy>()) { in copyAttrIfPresent()1084 const FunctionDecl &TemplateFD = *TD.getTemplatedDecl(); in inheritTargetAttrs() local1085 copyAttrIfPresent<CUDAGlobalAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()1086 copyAttrIfPresent<CUDAHostAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()1087 copyAttrIfPresent<CUDADeviceAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()