Home
last modified time | relevance | path

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

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