|
clang 22.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"
Public Attributes | |
| std::optional< LValue > | lhs {} |
| std::optional< LValue > | rhs {} |
| mlir::Value | result {} |
Definition at line 1805 of file CIRGenFunction.h.
| std::optional<LValue> clang::CIRGen::CIRGenFunction::ConditionalInfo::lhs {} |
Definition at line 1806 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitConditionalBlocks(), and clang::CIRGen::CIRGenFunction::emitConditionalOperatorLValue().
| mlir::Value clang::CIRGen::CIRGenFunction::ConditionalInfo::result {} |
Definition at line 1807 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitConditionalBlocks(), and clang::CIRGen::CIRGenFunction::emitConditionalOperatorLValue().
| std::optional<LValue> clang::CIRGen::CIRGenFunction::ConditionalInfo::rhs {} |
Definition at line 1806 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitConditionalBlocks(), and clang::CIRGen::CIRGenFunction::emitConditionalOperatorLValue().