clang  20.0.0git
Static Public Member Functions | List of all members
clang::OMPContainsClause Class Referencefinal

This represents the 'contains' clause in the '#pragma omp assume' directive. More...

#include "clang/AST/OpenMPClause.h"

Inheritance diagram for clang::OMPContainsClause:
Inheritance graph
[legend]

Static Public Member Functions

static OMPContainsClauseCreate (const ASTContext &C, ArrayRef< OpenMPDirectiveKind > DKVec, SourceLocation Loc, SourceLocation LLoc, SourceLocation RLoc)
 
static OMPContainsClauseCreateEmpty (const ASTContext &C, unsigned NumKinds)
 
static bool classof (const OMPClause *C)
 
- Static Public Member Functions inherited from clang::OMPClause
static bool classof (const OMPClause *)
 

Additional Inherited Members

- Public Types inherited from clang::OMPClause
using child_iterator = StmtIterator
 
using const_child_iterator = ConstStmtIterator
 
using child_range = llvm::iterator_range< child_iterator >
 
using const_child_range = llvm::iterator_range< const_child_iterator >
 
- Public Member Functions inherited from clang::OMPDirectiveListClause< OMPContainsClause >
 OMPDirectiveListClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned NumKinds)
 Build a clause with NumKinds directive kinds. More...
 
child_range children ()
 
const_child_range children () const
 
child_range used_children ()
 
const_child_range used_children () const
 
MutableArrayRef< OpenMPDirectiveKindgetDirectiveKinds ()
 
void setDirectiveKinds (ArrayRef< OpenMPDirectiveKind > DK)
 
SourceLocation getLParenLoc ()
 
void setLParenLoc (SourceLocation S)
 
- Public Member Functions inherited from clang::OMPClause
SourceLocation getBeginLoc () const
 Returns the starting location of the clause. More...
 
SourceLocation getEndLoc () const
 Returns the ending location of the clause. More...
 
void setLocStart (SourceLocation Loc)
 Sets the starting location of the clause. More...
 
void setLocEnd (SourceLocation Loc)
 Sets the ending location of the clause. More...
 
OpenMPClauseKind getClauseKind () const
 Returns kind of OpenMP clause (private, shared, reduction, etc.). More...
 
bool isImplicit () const
 
child_range children ()
 
const_child_range children () const
 
child_range used_children ()
 Get the iterator range for the expressions used in the clauses. More...
 
const_child_range used_children () const
 
- Protected Member Functions inherited from clang::OMPClause
 OMPClause (OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc)
 
- Protected Attributes inherited from clang::OMPDirectiveListClause< OMPContainsClause >
unsigned NumKinds
 Number of directive kinds listed in the clause. More...
 

Detailed Description

This represents the 'contains' clause in the '#pragma omp assume' directive.

#pragma omp assume contains(<directive-name list>)

In this example directive '#pragma omp assume' has a 'contains' clause.

Definition at line 2126 of file OpenMPClause.h.

Member Function Documentation

◆ classof()

static bool clang::OMPContainsClause::classof ( const OMPClause C)
inlinestatic

Definition at line 2157 of file OpenMPClause.h.

◆ Create()

OMPContainsClause * OMPContainsClause::Create ( const ASTContext C,
ArrayRef< OpenMPDirectiveKind DKVec,
SourceLocation  Loc,
SourceLocation  LLoc,
SourceLocation  RLoc 
)
static

◆ CreateEmpty()

OMPContainsClause * OMPContainsClause::CreateEmpty ( const ASTContext C,
unsigned  NumKinds 
)
static

Definition at line 1751 of file OpenMPClause.cpp.

Referenced by clang::OMPClauseReader::readClause().


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