Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3523 auto *InnerBinOp = dyn_cast<BinaryOperator>(LHS->IgnoreParenImpCasts()); in lookThroughRangesV3Condition() local
3524 if (!InnerBinOp) return Cond; in lookThroughRangesV3Condition()
3526 if (InnerBinOp->getOpcode() != BO_EQ || in lookThroughRangesV3Condition()
3527 !isa<IntegerLiteral>(InnerBinOp->getRHS())) in lookThroughRangesV3Condition()
3533 SourceLocation Loc = InnerBinOp->getExprLoc(); in lookThroughRangesV3Condition()
DTreeTransform.h10644 const_cast<Expr *>(Decomp.InnerBinOp)}; in TransformCXXRewrittenBinaryOperator()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h313 const Expr *InnerBinOp; member
327 return getDecomposedForm().InnerBinOp->getExprLoc(); in getOperatorLoc()