clang 20.0.0git
|
State encapsulating if a the variable creation has been successful, unsuccessful, or no variable has been created at all. More...
#include "/home/buildbot/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 91 of file Compiler.h.
|
default |
Referenced by NotCreated().
|
inline |
Definition at line 94 of file Compiler.h.
|
inlinestatic |
Definition at line 95 of file Compiler.h.
References VarCreationState().
Referenced by clang::interp::Compiler< Emitter >::visitVarDecl().
|
inline |
Definition at line 98 of file Compiler.h.
References S.
|
inline |
Definition at line 97 of file Compiler.h.
References S.
std::optional<bool> clang::interp::VarCreationState::S = std::nullopt |
Definition at line 92 of file Compiler.h.
Referenced by notCreated(), and operator bool().