clang 19.0.0git
Public Attributes | List of all members
clang::CXXRewrittenBinaryOperator::DecomposedForm Struct Reference

#include "clang/AST/ExprCXX.h"

Public Attributes

BinaryOperatorKind Opcode
 The original opcode, prior to rewriting.
 
const ExprLHS
 The original left-hand side.
 
const ExprRHS
 The original right-hand side.
 
const ExprInnerBinOp
 The inner == or <=> operator expression.
 

Detailed Description

Definition at line 304 of file ExprCXX.h.

Member Data Documentation

◆ InnerBinOp

const Expr* clang::CXXRewrittenBinaryOperator::DecomposedForm::InnerBinOp

The inner == or <=> operator expression.

Definition at line 312 of file ExprCXX.h.

Referenced by clang::CXXRewrittenBinaryOperator::getOperatorLoc().

◆ LHS

const Expr* clang::CXXRewrittenBinaryOperator::DecomposedForm::LHS

◆ Opcode

BinaryOperatorKind clang::CXXRewrittenBinaryOperator::DecomposedForm::Opcode

The original opcode, prior to rewriting.

Definition at line 306 of file ExprCXX.h.

Referenced by clang::CXXRewrittenBinaryOperator::getOperator().

◆ RHS

const Expr* clang::CXXRewrittenBinaryOperator::DecomposedForm::RHS

The documentation for this struct was generated from the following file: