Home | History | Annotate | Download | only in Sema

Lines Matching refs:CO

1322     if (ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) {
1323 Visit(CO->getCond());
1324 CheckLValueToRValueCast(CO->getTrueExpr());
1325 CheckLValueToRValueCast(CO->getFalseExpr());