class OMPUntiedClause

Declaration

class OMPUntiedClause : public OMPClause { /* full declaration omitted */ };

Description

This represents 'untied' clause in the '#pragma omp ...' directive. In this example directive '#pragma omp task' has 'untied' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1900

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

OMPUntiedClause(clang::SourceLocation StartLoc,
                clang::SourceLocation EndLoc)

Description

Build 'untied' clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1906

Parameters

clang::SourceLocation StartLoc
Starting location of the clause.
clang::SourceLocation EndLoc
Ending location of the clause.

OMPUntiedClause()

Description

Build an empty clause.

Declared at: clang/include/clang/AST/OpenMPClause.h:1910

clang::OMPClause::child_range children()

Declared at: clang/include/clang/AST/OpenMPClause.h:1913

clang::OMPClause::const_child_range children()
    const

Declared at: clang/include/clang/AST/OpenMPClause.h:1917

static bool classof(const clang::OMPClause* T)

Declared at: clang/include/clang/AST/OpenMPClause.h:1928

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

Declared at: clang/include/clang/AST/OpenMPClause.h:1921

clang::OMPClause::const_child_range
used_children() const

Declared at: clang/include/clang/AST/OpenMPClause.h:1924