clang 20.0.0git
Public Member Functions | List of all members
clang::SemaOpenACC::AssociatedStmtRAII Class Reference

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 ()
 

Detailed Description

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 449 of file SemaOpenACC.h.

Constructor & Destructor Documentation

◆ AssociatedStmtRAII()

SemaOpenACC::AssociatedStmtRAII::AssociatedStmtRAII ( SemaOpenACC S,
OpenACCDirectiveKind  DK 
)

Definition at line 1044 of file SemaOpenACC.cpp.

References clang::Kernels, clang::Parallel, and clang::Serial.

◆ ~AssociatedStmtRAII()

SemaOpenACC::AssociatedStmtRAII::~AssociatedStmtRAII ( )

The documentation for this class was generated from the following files: