Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1053 static void copyAttrIfPresent(Sema &S, FunctionDecl *FD, in copyAttrIfPresent() function
1065 copyAttrIfPresent<CUDAGlobalAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()
1066 copyAttrIfPresent<CUDAHostAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()
1067 copyAttrIfPresent<CUDADeviceAttr>(SemaRef, FD, TemplateFD); in inheritTargetAttrs()