|
clang 23.0.0git
|
#include "/work/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, const 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 4503 of file CodeGenFunction.h.
|
inline |
Definition at line 4509 of file CodeGenFunction.h.
Referenced by forReference(), and forValue().
|
inlinestatic |
Definition at line 4510 of file CodeGenFunction.h.
References clang::C, and ConstantEmission().
Referenced by clang::CodeGen::CodeGenFunction::tryEmitAsConstant().
|
inlinestatic |
Definition at line 4513 of file CodeGenFunction.h.
References clang::C, and ConstantEmission().
Referenced by clang::CodeGen::CodeGenFunction::tryEmitAsConstant().
|
inline |
Definition at line 4522 of file CodeGenFunction.h.
References clang::Expr::getType(), isReference(), and clang::CodeGen::CodeGenFunction::MakeNaturalAlignAddrLValue().
Referenced by clang::CodeGen::CodeGenFunction::EmitOMPFirstprivateClause().
|
inline |
Definition at line 4528 of file CodeGenFunction.h.
References isReference().
|
inline |
Definition at line 4521 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitOMPFirstprivateClause(), getReferenceLValue(), and getValue().
|
inlineexplicit |
Definition at line 4517 of file CodeGenFunction.h.