clang 19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CGOpenMPRuntime::UntiedTaskLocalDeclsRAII Class Reference

Manages list of nontemporal decls for the specified directive. More...

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

Public Member Functions

 UntiedTaskLocalDeclsRAII (CodeGenFunction &CGF, const llvm::MapVector< CanonicalDeclPtr< const VarDecl >, std::pair< Address, Address > > &LocalVars)
 
 ~UntiedTaskLocalDeclsRAII ()
 

Detailed Description

Manages list of nontemporal decls for the specified directive.

Definition at line 253 of file CGOpenMPRuntime.h.

Constructor & Destructor Documentation

◆ UntiedTaskLocalDeclsRAII()

CGOpenMPRuntime::UntiedTaskLocalDeclsRAII::UntiedTaskLocalDeclsRAII ( CodeGenFunction CGF,
const llvm::MapVector< CanonicalDeclPtr< const VarDecl >, std::pair< Address, Address > > &  LocalVars 
)

◆ ~UntiedTaskLocalDeclsRAII()

CGOpenMPRuntime::UntiedTaskLocalDeclsRAII::~UntiedTaskLocalDeclsRAII ( )

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