LLVM 20.0.0git
|
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. | |
Helper to describe assume clauses.
Definition at line 25 of file OMPAssume.h.
bool llvm::omp::AssumptionClauseMappingInfo::HasDirectiveList |
Flag to determine if a directive lists follows.
Definition at line 31 of file OMPAssume.h.
bool llvm::omp::AssumptionClauseMappingInfo::HasExpression |
Flag to determine if an expression follows.
Definition at line 33 of file OMPAssume.h.
llvm::StringLiteral llvm::omp::AssumptionClauseMappingInfo::Identifier |
The identifier describing the (beginning of the) clause.
Definition at line 27 of file OMPAssume.h.
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.