|
clang 22.0.0git
|
State encapsulating if a the variable creation has been successful, unsuccessful, or no variable has been created at all. More...
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Compiler.h"
Public Member Functions | |
| VarCreationState ()=default | |
| VarCreationState (bool b) | |
| operator bool () const | |
| bool | notCreated () const |
Static Public Member Functions | |
| static VarCreationState | NotCreated () |
Public Attributes | |
| std::optional< bool > | S = std::nullopt |
State encapsulating if a the variable creation has been successful, unsuccessful, or no variable has been created at all.
Definition at line 97 of file Compiler.h.
|
default |
Referenced by NotCreated().
|
inline |
Definition at line 100 of file Compiler.h.
|
inlinestatic |
Definition at line 101 of file Compiler.h.
References VarCreationState().
Referenced by clang::interp::Compiler< Emitter >::visitVarDecl().
|
inline |
Definition at line 104 of file Compiler.h.
References S.
|
inline |
Definition at line 103 of file Compiler.h.
References S.
| std::optional<bool> clang::interp::VarCreationState::S = std::nullopt |
Definition at line 98 of file Compiler.h.
Referenced by notCreated(), operator bool(), and VarCreationState().