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

Helper type to restore the state of various 'loop' constructs when we run into a loop (for, etc) inside the construct. More...

#include "clang/Sema/SemaOpenACC.h"

Public Member Functions

 LoopInConstructRAII (SemaOpenACC &SemaRef, bool PreserveDepth=true)
 
 ~LoopInConstructRAII ()
 

Detailed Description

Helper type to restore the state of various 'loop' constructs when we run into a loop (for, etc) inside the construct.

Definition at line 760 of file SemaOpenACC.h.

Constructor & Destructor Documentation

◆ LoopInConstructRAII()

clang::SemaOpenACC::LoopInConstructRAII::LoopInConstructRAII ( SemaOpenACC SemaRef,
bool  PreserveDepth = true 
)
inline

Definition at line 768 of file SemaOpenACC.h.

◆ ~LoopInConstructRAII()

clang::SemaOpenACC::LoopInConstructRAII::~LoopInConstructRAII ( )
inline

Definition at line 772 of file SemaOpenACC.h.


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