Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp926 const FunctionDecl &TemplateFD) { in copyAttrIfPresent() argument
927 if (AttrTy *Attribute = TemplateFD.getAttr<AttrTy>()) { in copyAttrIfPresent()
936 const FunctionDecl &TemplateFD = *TD.getTemplatedDecl(); in inheritCUDATargetAttrs() local
937 copyAttrIfPresent<CUDAGlobalAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()
938 copyAttrIfPresent<CUDAHostAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()
939 copyAttrIfPresent<CUDADeviceAttr>(*this, FD, TemplateFD); in inheritCUDATargetAttrs()