Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h57 bool isDeviceSideDecl = D->hasAttr<CUDADeviceAttr>() || in DeclAttrsMatchCUDAMode() local
60 return isDeviceSideDecl == LangOpts.CUDAIsDevice; in DeclAttrsMatchCUDAMode()