clang
10.0.0git
|
#include "clang/AST/ExprCXX.h"
Public Attributes | |
BinaryOperatorKind | Opcode |
The original opcode, prior to rewriting. More... | |
const Expr * | LHS |
The original left-hand side. More... | |
const Expr * | RHS |
The original right-hand side. More... | |
const Expr * | InnerBinOp |
The inner == or <=> operator expression. More... | |
const Expr* clang::CXXRewrittenBinaryOperator::DecomposedForm::InnerBinOp |
The inner ==
or <=>
operator expression.
Definition at line 304 of file ExprCXX.h.
Referenced by clang::CXXRewrittenBinaryOperator::getDecomposedForm().
const Expr* clang::CXXRewrittenBinaryOperator::DecomposedForm::LHS |
The original left-hand side.
Definition at line 300 of file ExprCXX.h.
Referenced by clang::CXXRewrittenBinaryOperator::getDecomposedForm(), and clang::CXXRewrittenBinaryOperator::getSourceRange().
BinaryOperatorKind clang::CXXRewrittenBinaryOperator::DecomposedForm::Opcode |
The original opcode, prior to rewriting.
Definition at line 298 of file ExprCXX.h.
Referenced by clang::CXXRewrittenBinaryOperator::getDecomposedForm().
const Expr* clang::CXXRewrittenBinaryOperator::DecomposedForm::RHS |
The original right-hand side.
Definition at line 302 of file ExprCXX.h.
Referenced by clang::CXXRewrittenBinaryOperator::getDecomposedForm(), and clang::CXXRewrittenBinaryOperator::getSourceRange().