clang 20.0.0git
|
If there is a current 'active' loop construct that does NOT have a 'seq' clause on it, this has that source location and loop Directive 'kind'. More...
#include "clang/Sema/SemaOpenACC.h"
Public Attributes | |
OpenACCDirectiveKind | Kind = OpenACCDirectiveKind::Invalid |
SourceLocation | Loc |
If there is a current 'active' loop construct that does NOT have a 'seq' clause on it, this has that source location and loop Directive 'kind'.
This permits us to implement the 'loop' restrictions on the loop variable. This can be extended via 'collapse', so we need to keep this around for a while.
Definition at line 190 of file SemaOpenACC.h.
OpenACCDirectiveKind clang::SemaOpenACC::LoopWithoutSeqCheckingInfo::Kind = OpenACCDirectiveKind::Invalid |
Definition at line 191 of file SemaOpenACC.h.
SourceLocation clang::SemaOpenACC::LoopWithoutSeqCheckingInfo::Loc |
Definition at line 192 of file SemaOpenACC.h.