clang 19.0.0git
Public Attributes | List of all members
clang::OMPTraitSelector Struct Reference

#include "clang/AST/OpenMPClause.h"

Public Attributes

ExprScoreOrCondition = nullptr
 
llvm::omp::TraitSelector Kind = llvm::omp::TraitSelector::invalid
 
llvm::SmallVector< OMPTraitProperty, 1 > Properties
 

Detailed Description

Definition at line 8910 of file OpenMPClause.h.

Member Data Documentation

◆ Kind

llvm::omp::TraitSelector clang::OMPTraitSelector::Kind = llvm::omp::TraitSelector::invalid

Definition at line 8912 of file OpenMPClause.h.

Referenced by checkExtensionProperty().

◆ Properties

llvm::SmallVector<OMPTraitProperty, 1> clang::OMPTraitSelector::Properties

Definition at line 8913 of file OpenMPClause.h.

Referenced by checkExtensionProperty().

◆ ScoreOrCondition

Expr* clang::OMPTraitSelector::ScoreOrCondition = nullptr

Definition at line 8911 of file OpenMPClause.h.


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