class CodeGenFunction::ParentLoopDirectiveForScanRegion

Declaration

class CodeGenFunction::ParentLoopDirectiveForScanRegion { /* full declaration omitted */ };

Description

Manages parent directive for scan directives.

Declared at: clang/lib/CodeGen/CodeGenFunction.h:692

Member Variables

private clang::CodeGen::CodeGenFunction& CGF
private const clang::OMPExecutableDirective* ParentLoopDirectiveForScan

Method Overview

Methods

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

Declared at: clang/lib/CodeGen/CodeGenFunction.h:697

Parameters

clang::CodeGen::CodeGenFunction& CGF
const clang::OMPExecutableDirective& ParentLoopDirectiveForScan

~ParentLoopDirectiveForScanRegion()

Declared at: clang/lib/CodeGen/CodeGenFunction.h:704