Searched refs:HasDeviceAttr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp62 bool HasDeviceAttr = false; local
74 HasDeviceAttr = true;
90 if (HasHostAttr && HasDeviceAttr)
93 if (HasDeviceAttr)

Completed in 67 milliseconds