Searched refs:TemplateFD (Results 1 – 1 of 1) sorted by relevance
841 const FunctionDecl &TemplateFD) { in copyAttrIfPresent() argument842 if (AttrTy *Attribute = TemplateFD.getAttr<AttrTy>()) { in copyAttrIfPresent()851 const FunctionDecl &TemplateFD = *TD.getTemplatedDecl(); in inheritCUDATargetAttrs() local852 copyAttrIfPresent<CUDAGlobalAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()853 copyAttrIfPresent<CUDAHostAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()854 copyAttrIfPresent<CUDADeviceAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()