clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
ConstantEmission () | |
operator bool () const | |
bool | isReference () const |
LValue | getReferenceLValue (CodeGenFunction &CGF, Expr *refExpr) const |
llvm::Constant * | getValue () const |
Static Public Member Functions | |
static ConstantEmission | forReference (llvm::Constant *C) |
static ConstantEmission | forValue (llvm::Constant *C) |
Definition at line 4305 of file CodeGenFunction.h.
|
inline |
Definition at line 4310 of file CodeGenFunction.h.
Referenced by forReference(), and forValue().
|
inlinestatic |
Definition at line 4311 of file CodeGenFunction.h.
References clang::C, and ConstantEmission().
|
inlinestatic |
Definition at line 4314 of file CodeGenFunction.h.
References clang::C, and ConstantEmission().
|
inline |
Definition at line 4323 of file CodeGenFunction.h.
References clang::Expr::getType(), isReference(), and clang::CodeGen::CodeGenFunction::MakeNaturalAlignAddrLValue().
|
inline |
Definition at line 4329 of file CodeGenFunction.h.
References isReference().
|
inline |
Definition at line 4322 of file CodeGenFunction.h.
Referenced by getReferenceLValue(), and getValue().
|
inlineexplicit |
Definition at line 4318 of file CodeGenFunction.h.
References bool.