|
clang 22.0.0git
|
#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'. | |
Definition at line 5687 of file OpenMPClause.h.
| SourceLocation clang::OMPDependClause::DependDataTy::ColonLoc |
Colon location.
Definition at line 5695 of file OpenMPClause.h.
| OpenMPDependClauseKind clang::OMPDependClause::DependDataTy::DepKind = OMPC_DEPEND_unknown |
Dependency type (one of in, out, inout).
Definition at line 5689 of file OpenMPClause.h.
| SourceLocation clang::OMPDependClause::DependDataTy::DepLoc |
Dependency type location.
Definition at line 5692 of file OpenMPClause.h.
| SourceLocation clang::OMPDependClause::DependDataTy::OmpAllMemoryLoc |
Location of 'omp_all_memory'.
Definition at line 5698 of file OpenMPClause.h.