Searched refs:TemplateFD (Results 1 – 1 of 1) sorted by relevance
926 const FunctionDecl &TemplateFD) { in copyAttrIfPresent() argument927 if (AttrTy *Attribute = TemplateFD.getAttr<AttrTy>()) { in copyAttrIfPresent()936 const FunctionDecl &TemplateFD = *TD.getTemplatedDecl(); in inheritCUDATargetAttrs() local937 copyAttrIfPresent<CUDAGlobalAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()938 copyAttrIfPresent<CUDAHostAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()939 copyAttrIfPresent<CUDADeviceAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()