Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp83 Result.InnerBinOp = BO; in getDecomposedForm()
98 Result.InnerBinOp = BO; in getDecomposedForm()
118 Result.InnerBinOp = BO; in getDecomposedForm()
123 Result.InnerBinOp = BO; in getDecomposedForm()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp3608 auto *InnerBinOp = dyn_cast<BinaryOperator>(LHS->IgnoreParenImpCasts()); in lookThroughRangesV3Condition() local
3609 if (!InnerBinOp) return Cond; in lookThroughRangesV3Condition()
3611 if (InnerBinOp->getOpcode() != BO_EQ || in lookThroughRangesV3Condition()
3612 !isa<IntegerLiteral>(InnerBinOp->getRHS())) in lookThroughRangesV3Condition()
3618 SourceLocation Loc = InnerBinOp->getExprLoc(); in lookThroughRangesV3Condition()
H A DTreeTransform.h11219 const_cast<Expr *>(Decomp.InnerBinOp)}; in TransformCXXRewrittenBinaryOperator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h313 const Expr *InnerBinOp; member
337 return getDecomposedForm().InnerBinOp->getExprLoc(); in getOperatorLoc()