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