clang 22.0.0git
OMPMaskedDirective Class Referencefinal

This represents '#pragma omp masked' directive. More...

#include "clang/AST/StmtOpenMP.h"

Inheritance diagram for OMPMaskedDirective:
[legend]

Static Public Member Functions

static OMPMaskedDirectiveCreate (const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef< OMPClause * > Clauses, Stmt *AssociatedStmt)
 Creates directive.
static OMPMaskedDirectiveCreateEmpty (const ASTContext &C, unsigned NumClauses, EmptyShell)
 Creates an empty directive.
static bool classof (const Stmt *T)

Friends

class ASTStmtReader
class OMPExecutableDirective

Detailed Description

This represents '#pragma omp masked' directive.

#pragma omp masked filter(tid)

This example shows a directive '#pragma omp masked' with a filter clause with variable 'tid'.

Definition at line 6100 of file StmtOpenMP.h.

Member Function Documentation

◆ classof()

bool OMPMaskedDirective::classof ( const Stmt * T)
inlinestatic

Definition at line 6138 of file StmtOpenMP.h.

◆ Create()

OMPMaskedDirective * OMPMaskedDirective::Create ( const ASTContext & C,
SourceLocation StartLoc,
SourceLocation EndLoc,
ArrayRef< OMPClause * > Clauses,
Stmt * AssociatedStmt )
static

Creates directive.

Parameters
CAST context.
StartLocStarting location of the directive kind.
EndLocEnding Location of the directive.
AssociatedStmtStatement, associated with the directive.

Definition at line 2392 of file StmtOpenMP.cpp.

References clang::C.

Referenced by clang::SemaOpenMP::ActOnOpenMPMaskedDirective().

◆ CreateEmpty()

OMPMaskedDirective * OMPMaskedDirective::CreateEmpty ( const ASTContext & C,
unsigned NumClauses,
EmptyShell  )
static

Creates an empty directive.

Parameters
CAST context.

Definition at line 2402 of file StmtOpenMP.cpp.

References clang::C.

◆ ASTStmtReader

friend class ASTStmtReader
friend

Definition at line 6101 of file StmtOpenMP.h.

References ASTStmtReader.

Referenced by ASTStmtReader.

◆ OMPExecutableDirective

friend class OMPExecutableDirective
friend

Definition at line 6102 of file StmtOpenMP.h.

References OMPExecutableDirective.

Referenced by OMPExecutableDirective.


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