struct OMPDependClause::DependDataTy

Declaration

struct OMPDependClause::DependDataTy { /* full declaration omitted */ };

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

Member Variables

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