Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaInternal.h47 bool isDeviceSideDecl = D->hasAttr<CUDADeviceAttr>() || in DeclAttrsMatchCUDAMode() local
50 return isDeviceSideDecl == LangOpts.CUDAIsDevice; in DeclAttrsMatchCUDAMode()