clang 17.0.0git
Public Attributes | List of all members
clang::OMPTraitSet Struct Reference

#include "clang/AST/OpenMPClause.h"

Collaboration diagram for clang::OMPTraitSet:
Collaboration graph
[legend]

Public Attributes

llvm::omp::TraitSet Kind = llvm::omp::TraitSet::invalid
 
llvm::SmallVector< OMPTraitSelector, 2 > Selectors
 

Detailed Description

Definition at line 8779 of file OpenMPClause.h.

Member Data Documentation

◆ Kind

llvm::omp::TraitSet clang::OMPTraitSet::Kind = llvm::omp::TraitSet::invalid

Definition at line 8780 of file OpenMPClause.h.

Referenced by clang::OMPTraitInfo::OMPTraitInfo().

◆ Selectors

llvm::SmallVector<OMPTraitSelector, 2> clang::OMPTraitSet::Selectors

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