class PrePostActionTy

Declaration

class PrePostActionTy { /* full declaration omitted */ };

Description

A basic class for pre|post-action for advanced codegen sequence for OpenMP region.

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:58

Method Overview

Methods

virtual void Enter(
    clang::CodeGen::CodeGenFunction& CGF)

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:61

Parameters

clang::CodeGen::CodeGenFunction& CGF

virtual void Exit(
    clang::CodeGen::CodeGenFunction& CGF)

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:62

Parameters

clang::CodeGen::CodeGenFunction& CGF

PrePostActionTy()

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:60

virtual ~PrePostActionTy()

Declared at: clang/lib/CodeGen/CGOpenMPRuntime.h:63