Searched refs:InnerBinOp (Results 1 – 4 of 4) sorted by relevance
84 Result.InnerBinOp = BO; in getDecomposedForm()99 Result.InnerBinOp = BO; in getDecomposedForm()119 Result.InnerBinOp = BO; in getDecomposedForm()124 Result.InnerBinOp = BO; in getDecomposedForm()
312 const Expr *InnerBinOp; member336 return getDecomposedForm().InnerBinOp->getExprLoc(); in getOperatorLoc()
3885 auto *InnerBinOp = dyn_cast<BinaryOperator>(LHS->IgnoreParenImpCasts()); in lookThroughRangesV3Condition() local3886 if (!InnerBinOp) return Cond; in lookThroughRangesV3Condition()3888 if (InnerBinOp->getOpcode() != BO_EQ || in lookThroughRangesV3Condition()3889 !isa<IntegerLiteral>(InnerBinOp->getRHS())) in lookThroughRangesV3Condition()3895 SourceLocation Loc = InnerBinOp->getExprLoc(); in lookThroughRangesV3Condition()
11603 const_cast<Expr *>(Decomp.InnerBinOp)}; in TransformCXXRewrittenBinaryOperator()