struct AssumptionClauseMappingInfo
Declaration
struct AssumptionClauseMappingInfo { /* full declaration omitted */ };
Description
Helper to describe assume clauses.
Declared at: llvm/include/llvm/Frontend/OpenMP/OMPAssume.h:25
Member Variables
- public llvm::StringLiteral Identifier
- The identifier describing the (beginning of the) clause.
- public bool StartsWith
- Flag to determine if the identifier is a full name or the start of a name.
- public bool HasDirectiveList
- Flag to determine if a directive lists follows.
- public bool HasExpression
- Flag to determine if an expression follows.