clang 19.0.0git
Public Attributes | List of all members
clang::OMPDependClause::DependDataTy Struct Referencefinal

#include "clang/AST/OpenMPClause.h"

Public Attributes

OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown
 Dependency type (one of in, out, inout).
 
SourceLocation DepLoc
 Dependency type location.
 
SourceLocation ColonLoc
 Colon location.
 
SourceLocation OmpAllMemoryLoc
 Location of 'omp_all_memory'.
 

Detailed Description

Definition at line 4928 of file OpenMPClause.h.

Member Data Documentation

◆ ColonLoc

SourceLocation clang::OMPDependClause::DependDataTy::ColonLoc

Colon location.

Definition at line 4936 of file OpenMPClause.h.

◆ DepKind

OpenMPDependClauseKind clang::OMPDependClause::DependDataTy::DepKind = OMPC_DEPEND_unknown

Dependency type (one of in, out, inout).

Definition at line 4930 of file OpenMPClause.h.

◆ DepLoc

SourceLocation clang::OMPDependClause::DependDataTy::DepLoc

Dependency type location.

Definition at line 4933 of file OpenMPClause.h.

◆ OmpAllMemoryLoc

SourceLocation clang::OMPDependClause::DependDataTy::OmpAllMemoryLoc

Location of 'omp_all_memory'.

Definition at line 4939 of file OpenMPClause.h.


The documentation for this struct was generated from the following file: