Home
last modified time | relevance | path

Searched refs:InnerBinOp (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp84 Result.InnerBinOp = BO; in getDecomposedForm()
99 Result.InnerBinOp = BO; in getDecomposedForm()
119 Result.InnerBinOp = BO; in getDecomposedForm()
124 Result.InnerBinOp = BO; in getDecomposedForm()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h312 const Expr *InnerBinOp; member
336 return getDecomposedForm().InnerBinOp->getExprLoc(); in getOperatorLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3885 auto *InnerBinOp = dyn_cast<BinaryOperator>(LHS->IgnoreParenImpCasts()); in lookThroughRangesV3Condition() local
3886 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()
H A DTreeTransform.h11603 const_cast<Expr *>(Decomp.InnerBinOp)}; in TransformCXXRewrittenBinaryOperator()