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

References

tools/clang/lib/Sema/SemaExpr.cpp
13080   BinaryOperator *LHSBO = dyn_cast<BinaryOperator>(LHSExpr);
13097                               ? SourceRange(LHSExpr->getBeginLoc(), OpLoc)
13103           : SourceRange(LHSExpr->getBeginLoc(), RHSBO->getLHS()->getEndLoc());
13109     (isLeftComp ? LHSExpr : RHSExpr)->getSourceRange());