class OMPThreadsClause

Declaration

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

Description

This represents 'threads' clause in the '#pragma omp ...' directive. In this example directive '#pragma omp ordered' has simple 'threads' clause.

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

Inherits from: OMPClause

Member Variables

Method Overview

Inherited from OMPClause:

Methods

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

Description

Build 'threads' clause.

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

Parameters

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

OMPThreadsClause()

Description

Build an empty clause.

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

clang::OMPClause::child_range children()

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

clang::OMPClause::const_child_range children()
    const

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

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

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

Parameters

const clang::OMPClause* T

clang::OMPClause::child_range used_children()

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

clang::OMPClause::const_child_range
used_children() const

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