clang 20.0.0git
|
Helper type for the registration/assignment of constructs that need to 'know' about their parent constructs and hold a reference to them, such as Loop needing its parent construct. More...
#include "clang/Sema/SemaOpenACC.h"
Public Member Functions | |
AssociatedStmtRAII (SemaOpenACC &, OpenACCDirectiveKind) | |
~AssociatedStmtRAII () | |
Helper type for the registration/assignment of constructs that need to 'know' about their parent constructs and hold a reference to them, such as Loop needing its parent construct.
Definition at line 455 of file SemaOpenACC.h.
SemaOpenACC::AssociatedStmtRAII::AssociatedStmtRAII | ( | SemaOpenACC & | S, |
OpenACCDirectiveKind | DK | ||
) |
Definition at line 1044 of file SemaOpenACC.cpp.
References clang::Kernels, clang::Parallel, and clang::Serial.
SemaOpenACC::AssociatedStmtRAII::~AssociatedStmtRAII | ( | ) |
Definition at line 1057 of file SemaOpenACC.cpp.
References clang::Kernels, clang::Parallel, clang::SemaBase::SemaRef, and clang::Serial.