clang: clang::FunctionEffectWithCondition Struct Reference (original) (raw)
A FunctionEffect plus a potential boolean expression determining whether the effect is declared (e.g. More...
#include "[clang/AST/Type.h](Type%5F8h%5Fsource.html)"
Public Member Functions | |
---|---|
FunctionEffectWithCondition (FunctionEffect E, const EffectConditionExpr &C) | |
std::string | description () const |
Return a textual description of the effect, and its condition, if any. | |
Detailed Description
A FunctionEffect plus a potential boolean expression determining whether the effect is declared (e.g.
nonblocking(expr)). Generally the condition expression when present, is dependent.
Definition at line 4845 of file Type.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ description()
std::string FunctionEffectWithCondition::description | ( | ) | const |
---|
Friends And Related Function Documentation
◆ operator<<
Member Data Documentation
◆ Cond
◆ Effect
The documentation for this struct was generated from the following files: