reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 7051     if (BinOp->isAdditiveOp()) {
 7054       bool LIsInt = BinOp->getLHS()->EvaluateAsInt(
 7056       bool RIsInt = BinOp->getRHS()->EvaluateAsInt(
 7060         BinaryOperatorKind BinOpKind = BinOp->getOpcode();
 7065             E = BinOp->getRHS();
 7070           E = BinOp->getLHS();