Home
last modified time | relevance | path

Searched refs:TemplateFD (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCUDA.cpp936 const FunctionDecl &TemplateFD) { in copyAttrIfPresent() argument
937 if (AttrTy *Attribute = TemplateFD.getAttr<AttrTy>()) { in copyAttrIfPresent()
946 const FunctionDecl &TemplateFD = *TD.getTemplatedDecl(); in inheritCUDATargetAttrs() local
947 copyAttrIfPresent<CUDAGlobalAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()
948 copyAttrIfPresent<CUDAHostAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()
949 copyAttrIfPresent<CUDADeviceAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()