Searched refs:isDeviceSideDecl (Results 1 – 1 of 1) sorted by relevance
57 bool isDeviceSideDecl = D->hasAttr<CUDADeviceAttr>() || in DeclAttrsMatchCUDAMode() local60 return isDeviceSideDecl == LangOpts.CUDAIsDevice; in DeclAttrsMatchCUDAMode()