Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14157 bool IsExplicitDeviceVar = (D->hasAttr<CUDADeviceAttr>() && in mayExternalize() local
14165 (D->hasAttr<HIPManagedAttr>() || IsExplicitDeviceVar)) || in mayExternalize()