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

#include "clang/AST/OpenMPClause.h"

Public Attributes

llvm::omp::TraitProperty Kind = llvm::omp::TraitProperty::invalid
 
StringRef RawString
 The raw string as we parsed it.
 

Detailed Description

Definition at line 8903 of file OpenMPClause.h.

Member Data Documentation

◆ Kind

llvm::omp::TraitProperty clang::OMPTraitProperty::Kind = llvm::omp::TraitProperty::invalid

Definition at line 8904 of file OpenMPClause.h.

Referenced by checkExtensionProperty().

◆ RawString

StringRef clang::OMPTraitProperty::RawString

The raw string as we parsed it.

This is needed for the isa trait set (which accepts anything) and (later) extensions.

Definition at line 8908 of file OpenMPClause.h.

Referenced by checkExtensionProperty().


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