clang 22.0.0git
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 960 of file SemaOpenACC.h.

Constructor & Destructor Documentation

◆ LoopInConstructRAII()

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

Definition at line 968 of file SemaOpenACC.h.

References clang::SemaOpenACC::SemaOpenACC().

◆ ~LoopInConstructRAII()

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

Definition at line 972 of file SemaOpenACC.h.


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