Home | History | Annotate | Download | only in Sema

Lines Matching refs:BCO

2434       if (BinaryConditionalOperator *BCO =
2436 Visit(BCO->getCond());
2437 HandleValue(BCO->getFalseExpr(), AddressOf);