clang 22.0.0git
clang::CodeGen::CodeGenFunction::ParentLoopDirectiveForScanRegion Class Reference

Manages parent directive for scan directives. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 ParentLoopDirectiveForScanRegion (CodeGenFunction &CGF, const OMPExecutableDirective &ParentLoopDirectiveForScan)
 ~ParentLoopDirectiveForScanRegion ()

Detailed Description

Manages parent directive for scan directives.

Definition at line 781 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ ParentLoopDirectiveForScanRegion()

clang::CodeGen::CodeGenFunction::ParentLoopDirectiveForScanRegion::ParentLoopDirectiveForScanRegion ( CodeGenFunction & CGF,
const OMPExecutableDirective & ParentLoopDirectiveForScan )
inline

◆ ~ParentLoopDirectiveForScanRegion()

clang::CodeGen::CodeGenFunction::ParentLoopDirectiveForScanRegion::~ParentLoopDirectiveForScanRegion ( )
inline

Definition at line 793 of file CodeGenFunction.h.


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