|
clang 22.0.0git
|
If there is a current 'active' loop construct with a 'gang' clause on a 'kernel' construct, this will have the source location for it, and the 'kernel kind'. More...
#include "clang/Sema/SemaOpenACC.h"
Public Attributes | |
| SourceLocation | Loc |
| OpenACCDirectiveKind | DirKind = OpenACCDirectiveKind::Invalid |
If there is a current 'active' loop construct with a 'gang' clause on a 'kernel' construct, this will have the source location for it, and the 'kernel kind'.
This permits us to implement the restriction of no further 'gang' clauses.
Definition at line 269 of file SemaOpenACC.h.
| OpenACCDirectiveKind clang::SemaOpenACC::LoopGangOnKernelTy::DirKind = OpenACCDirectiveKind::Invalid |
Definition at line 271 of file SemaOpenACC.h.
| SourceLocation clang::SemaOpenACC::LoopGangOnKernelTy::Loc |
Definition at line 270 of file SemaOpenACC.h.