LLVM 19.0.0git
Public Attributes | List of all members
llvm::omp::AssumptionClauseMappingInfo Struct Reference

Helper to describe assume clauses. More...

#include "llvm/Frontend/OpenMP/OMPAssume.h"

Public Attributes

llvm::StringLiteral Identifier
 The identifier describing the (beginning of the) clause.
 
bool StartsWith
 Flag to determine if the identifier is a full name or the start of a name.
 
bool HasDirectiveList
 Flag to determine if a directive lists follows.
 
bool HasExpression
 Flag to determine if an expression follows.
 

Detailed Description

Helper to describe assume clauses.

Definition at line 25 of file OMPAssume.h.

Member Data Documentation

◆ HasDirectiveList

bool llvm::omp::AssumptionClauseMappingInfo::HasDirectiveList

Flag to determine if a directive lists follows.

Definition at line 31 of file OMPAssume.h.

◆ HasExpression

bool llvm::omp::AssumptionClauseMappingInfo::HasExpression

Flag to determine if an expression follows.

Definition at line 33 of file OMPAssume.h.

◆ Identifier

llvm::StringLiteral llvm::omp::AssumptionClauseMappingInfo::Identifier

The identifier describing the (beginning of the) clause.

Definition at line 27 of file OMPAssume.h.

◆ StartsWith

bool llvm::omp::AssumptionClauseMappingInfo::StartsWith

Flag to determine if the identifier is a full name or the start of a name.

Definition at line 29 of file OMPAssume.h.


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