Home | History | Annotate | Download | only in Sema

Lines Matching refs:CO

1336       if (ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) {
1337 Visit(CO->getCond());
1338 CheckLValueToRValueCast(CO->getTrueExpr());
1339 CheckLValueToRValueCast(CO->getFalseExpr());