Lines Matching defs:CO
11774 auto *CO = dyn_cast<ConditionalOperator>(BO->getRHS()->IgnoreParenImpCasts());
11775 if (!CO) {
11782 if (!checkIfTwoExprsAreSame(ContextRef, X, CO->getFalseExpr())) {
11784 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = CO->getFalseExpr()->getExprLoc();
11786 CO->getFalseExpr()->getSourceRange();
11790 auto *Cond = dyn_cast<BinaryOperator>(CO->getCond());
11793 ErrorInfo.ErrorLoc = ErrorInfo.NoteLoc = CO->getCond()->getExprLoc();
11795 CO->getCond()->getSourceRange();
11802 D = CO->getTrueExpr();
11817 E = CO->getTrueExpr();