Home
last modified time | relevance | path

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

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