LLVM: llvm::omp::AssumptionClauseMappingInfo Struct Reference (original) (raw)
Helper to describe assume clauses. More...
#include "[llvm/Frontend/OpenMP/OMPAssume.h](OMPAssume%5F8h%5Fsource.html)"
| 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.
◆ 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
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:
- include/llvm/Frontend/OpenMP/OMPAssume.h