Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1054 const FunctionDecl &TemplateFD) { in copyAttrIfPresent() argument
1055 if (AttrTy *Attribute = TemplateFD.getAttr<AttrTy>()) { in copyAttrIfPresent()
1064 const FunctionDecl &TemplateFD = *TD.getTemplatedDecl(); in inheritTargetAttrs() local
1065 copyAttrIfPresent<CUDAGlobalAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()
1066 copyAttrIfPresent<CUDAHostAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()
1067 copyAttrIfPresent<CUDADeviceAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()